-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathal.code-workspace
41 lines (40 loc) · 1.26 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
{
"folders": [
{
"path": ".AL-Go"
},
{
"path": "BeyondCC"
},
{
"path": ".alpackages"
}
],
"settings": {
"CRS.FileNamePattern": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.FileNamePatternExtensions": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.FileNamePatternPageCustomizations": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.OnSaveAlFileAction": "Rename",
"CRS.RenameWithGit": false,
"CRS.ObjectNamePrefix": "ABC ",
"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-test-runner.sendDebugTelemetry": false
}
}