Skip to content

Commit

Permalink
Merge pull request #1 from GMatuleviciute/dev/pmi/EDocumentWorkspace
Browse files Browse the repository at this point in the history
[E-Document Core] - Code workspace
  • Loading branch information
GMatuleviciute authored Dec 12, 2024
2 parents 42a98a0 + f4c11e2 commit 26753b9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Apps/W1/EDocument/edocument_workspace.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"settings": {
"al.enableCodeAnalysis": true,
"al.codeAnalyzers": [
"${CodeCop}",
"${UICop}",
"${AppSourceCop}"
]
},
"folders": [
{
"name": "app",
"path": "app"
},
{
"name": "test",
"path": "test"
},
{
"name": "demo data",
"path": "demo data"
}
]
}

0 comments on commit 26753b9

Please sign in to comment.