Skip to content

Commit

Permalink
add code analyzers settings to code workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
petemchlk committed Dec 12, 2024
1 parent 3e81f6a commit f4c11e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Apps/W1/EDocument/edocument_workspace.code-workspace
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"settings": {
"al.enableCodeAnalysis": true,
"al.codeAnalyzers": [
"${CodeCop}",
"${UICop}",
"${AppSourceCop}"
]
},
"folders": [
{
"name": "app",
Expand Down

0 comments on commit f4c11e2

Please sign in to comment.