-
Notifications
You must be signed in to change notification settings - Fork 1
/
Template.code-workspace
41 lines (40 loc) · 1.09 KB
/
Template.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": "App"
},
{
"path": "Test"
}
],
"settings": {
"[al]": {
"editor.defaultFormatter": "ms-dynamics-smb.al"
},
"al.enableCodeActions": true,
"al.codeAnalyzers": [
"${AppSourceCop}",
"${CodeCop}",
"${UICop}"
],
"al.enableCodeAnalysis": true,
"al.compilationOptions": {
"parallel": true
},
"al.incrementalBuild": true,
"CRS.OnSaveAlFileAction": "Rename",
"CRS.FileNamePattern": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.FileNamePatternExtensions": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.FileNamePatternPageCustomizations": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al"
},
"extensions": {
"recommendations": [
"ms-dynamics-smb.al",
"waldo.al-extension-pack",
"martonsagi.al-object-designer",
"jamespearson.al-test-runner",
"bartpermentier.al-toolbox",
"davidfeldhoff.al-codeactions"
]
}
}