-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTask Cockpit.code-workspace
More file actions
47 lines (45 loc) · 1.22 KB
/
Task Cockpit.code-workspace
File metadata and controls
47 lines (45 loc) · 1.22 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"folders": [
{
"path": "Task Cockpit"
},
{
"path": "test.semi-manual"
},
{
"path": "test.module-Panel.Workspace"
},
{
"path": "test.module-Panel.Runtime"
},
],
"settings": {
"taskCockpit.display.segmentSeparator": "|",
"taskCockpit.validation.dependencies": true,
"taskCockpit.filtering.excludeFolders": [
"Task Cockpit (Workspace)"
],
"codeium.enableCodeLens": false,
"files.exclude": {
"**/node_modules/": true,
"**/~f-icon.*": true
},
"search.exclude": {
"**/~*.*": true,
"**/~*/*": true,
"**/node_modules/**": true
},
"files.watcherExclude": {
"**/~*.*": true,
"**/~*/**": true
},
"workbench.localHistory.exclude": {
"**/~*.*": true,
"**/~*/**": true
},
"js/ts.format.semicolons": "insert",
"js/ts.preferences.importModuleSpecifierEnding": "minimal",
"js/ts.preferences.quoteStyle": "single",
"js/ts.workspaceSymbols.scope": "currentProject"
},
}