forked from thingworx-field-work/ThingworxVSCodeProject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwconfig.json
32 lines (32 loc) · 829 Bytes
/
twconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://bogdanmihaiciuc.com/twconfig.schema.json",
"experimentalGlobals": false,
"projectName": "ExampleProject",
"generateProjectEntity": true,
"generateThingInstances": true,
"globalFunctions": true,
"inlineSQL": {
"enabled": true,
"permissions": "system"
},
"superCalls": {
"permissions": "system"
},
"includeProjectDependencies": true,
"autoGenerateDataShapeOrdinals": false,
"methodHelpers": {
"methodName": true,
"className": false,
"filePath": false,
"logPrefix": "me.name + '::' + METHOD_NAME + ':: '"
},
"projectDependencies": [
],
"entityDependencies": [
],
"extensionDependencies": [
],
"UIPlugins": {
"D3RangeGraph": "./ui-static/MyCustomUIPlugin"
}
}