generated from microsoft/AL-Go-PTE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCICD Test App.code-workspace
84 lines (84 loc) · 2.51 KB
/
CICD Test App.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"folders": [
{
"path": "CICD Test App"
},
{
"path": "CICD Test App.Test"
},
{
"path": "CICD Test App.PerformanceTest"
},
{
"path": ".AL-Go"
},
{
"path": ".github"
}
],
"settings": {
"al.assemblyProbingPaths": [
"./.netpackages",
"C:/Windows/assembly/"
],
"al.backgroundCodeAnalysis": false,
"al.codeAnalyzers": [
"${CodeCop}",
"${UICop}",
"${analyzerFolder}BusinessCentral.LinterCop.dll"
],
"al.enableCodeActions": true,
"al.enableCodeAnalysis": true,
"alOutline.addDataItemToReportColumnName": true,
"alOutline.addToolTipsToPageFields": true,
"alOutline.codeActionsOnSave": [
"SortVariables",
"SortProperties",
"FormatDocument",
"SortPermissions"
],
"alOutline.codeCleanupActions": [
"AddApplicationAreas",
"AddMissingParentheses",
"ConvertObjectIdsToNames",
"FixIdentifiersCase",
"FixKeywordsCase",
"MakeFlowFieldsReadOnly",
"RemoveEmptyTriggers",
"RemoveEmptySections",
"RemoveStrSubstNoFromError",
"RemoveWithStatements",
"RemoveUnusedVariables",
"RemoveEmptyLines",
"SortVariables",
"TrimTrailingWhitespace",
"FormatDocument"
],
"alOutline.fixCaseRemovesQuotesFromDataTypeIdentifiers": true,
"alOutline.fixCodeCopMissingParenthesesOnSave": true,
"alOutline.openDefinitionInNewTab": true,
"CRS.ExtensionObjectNamePattern": "<BaseName><Suffix>",
"CRS.FileNamePattern": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.FileNamePatternExtensions": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.FileNamePatternPageCustomizations": "<ObjectNameShort>.<ObjectTypeShortPascalCase>.al",
"CRS.ObjectNameSuffix": " CGK",
"CRS.OnSaveAlFileAction": "Reorganize",
"CRS.RemovePrefixFromFilename": true,
"CRS.RemoveSuffixFromFilename": true,
"CRS.RenameWithGit": false,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications",
"files.autoSave": "afterDelay",
"files.trimTrailingWhitespace": true,
"githubPullRequests.assignCreated": "${user}",
"githubPullRequests.defaultMergeMethod": "squash",
"githubPullRequests.pullBranch": "always",
"githubPullRequests.pushBranch": "always",
"gitlens.advanced.blame.customArguments": [
"-CCC"
],
"gitlens.advanced.fileHistoryFollowsRenames": true,
"gitlens.blame.ignoreWhitespace": true,
"workbench.iconTheme": "vscode-icons"
}
}