generated from microsoft/AL-Go-PTE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
al.code-workspace
43 lines (42 loc) · 1.27 KB
/
al.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
{
"folders": [
{
"path": ".AL-Go"
},
{
"path": ".alpackages"
},
{
"path": "src"
}
],
"settings": {
"CRS.FileNamePattern": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.FileNamePatternExtensions": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.FileNamePatternPageCustomizations": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.OnSaveAlFileAction": "Rename",
"CRS.RenameWithGit": false,
"CRS.ObjectNamePrefix": "PTE BCC ",
"CRS.RemovePrefixFromFilename": true,
"workbench.iconTheme": "vscode-icons",
"todo-tree.highlights.enabled": true,
"telemetry.enableTelemetry": false,
"editor.quickSuggestionsDelay": 2,
"editor.suggestSelection": "first",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
"editor.tabCompletion": "onlySnippets",
"al.enableCodeActions": true,
"al.enableCodeAnalysis": true,
"al.codeAnalyzers": [
"${CodeCop}",
"${UICop}"
],
"al.ruleSetPath": "..\\BEYONDIT.ruleset.json",
"al.packageCachePath": "..\\.alpackages",
"al-test-runner.sendDebugTelemetry": false
}
}