forked from microsoft/AL-Go-PTE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
38 lines (38 loc) · 1.2 KB
/
settings.json
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
{
"al.enableCodeAnalysis": true,
"al.codeAnalyzers": [
"${PerTenantExtensionCop}",
"${CodeCop}",
"${UICop}"
],
"CRS.ObjectNameSuffix": " PTE",
"CRS.OnSaveAlFileAction": "Rename",
"CRS.FileNamePattern": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.FileNamePatternExtensions": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.FileNamePatternPageCustomizations": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.RenameWithGit": true,
"al.ruleSetPath": "./.vscode/rulesets.json",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/.alcache": true,
"**/.altemplates": true
},
"alOutline.codeCleanupActions": [
"FixKeywordsCase",
"SortVariables",
"SortProcedures",
"SortProperties",
"FormatDocument",
"MakeFlowFieldsReadOnly",
"RemoveEmptyLines",
"RemoveEmptySections",
"RemoveRedundantDataClassification",
"SortPermissions",
"SortPermissionSetList",
"TrimTrailingWhitespace",
"RemoveWithStatements",
"RemoveBeginEnd"
]
}