-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSwaggerWorkshop.code-workspace
57 lines (57 loc) · 1.69 KB
/
SwaggerWorkshop.code-workspace
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
48
49
50
51
52
53
54
55
56
57
{
"folders": [
{
"name": "SmartComponentLibrary",
"path": "SmartComponentLibrary"
},
{
"name": "labs",
"path": "labs"
}
],
"settings": {
"files.exclude": {
"**/*.r": true,
"**/.builder": true,
"**/.externalToolBuilders": true,
"**/.sonarlint": true,
"**/.vscode": false
},
"files.encoding": "iso88591",
"files.trimTrailingWhitespace": true,
"files.associations": {
"*.p": "abl",
"*.cls": "abl",
"*.w": "abl",
"*.i": "abl"
},
"cSpell.words": [],
"cSpell.ignoreWords": [],
"editor.formatOnPaste": true,
"diffEditor.codeLens": true,
"abl.defaultProject": "SmartComponentLibrary",
"templates.folder": "",
"ant.home": "C:\\Progress\\OpenEdge128_64\\ant",
"ant.buildFilenames": "annotations.xml,build.xml",
"ant.executable": "ant -lib c:\\Progress\\OpenEdge128_64\\PCT\\pct.jar",
"terminal.integrated.enablePersistentSessions": true,
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*Query.cls": "${capture}*Predicate.cls",
"*DatasetModel.cls": "${basename}*.cls",
"*TableModel.cls": "${basename}*.cls",
"*BusinessTask.cls": "${basename}.*",
"*BusinessEntity.cls": "${basename}.*"
},
"ant.envVarsFile": "build.env"
},
"extensions": {
"recommendations": [
"streetsidesoftware.code-spell-checker",
"riversidesoftware.openedge-abl-lsp",
"koalamer.workspace-in-status-bar",
"rioj7.vscode-file-templates",
"nickheap.vscode-ant"
]
}
}