Skip to content

Commit

Permalink
update workspace definition
Browse files Browse the repository at this point in the history
  • Loading branch information
shumbo committed Jul 24, 2023
1 parent 8058386 commit ce7098d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion choreography-ts.code-workspace
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
{
"folders": [
{
"name": "root",
"path": "."
},
{
"name": "core",
"path": "packages/core"
},
{
"name": "backend-express",
"path": "packages/backend-express"
},
{
"name": "examples",
"path": "packages/examples"
}
},
],
"settings": {
"files.exclude": {
"packages": true
},
"search.exclude": {
"dist/**": true
},
Expand Down

0 comments on commit ce7098d

Please sign in to comment.