Skip to content

Commit

Permalink
Add code-workspace for vscode
Browse files Browse the repository at this point in the history
This works around lack of multi-root support in vetur: vuejs/vetur#424 (comment)
  • Loading branch information
Robert Clark committed Sep 8, 2020
1 parent 7f018c4 commit 801c731
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions heimdall2.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"folders": [
{
"name": "Frontend",
"path": "apps/frontend"
},
{
"name": "Backend",
"path": "apps/backend"
},
{
"name": "Heimdall",
"path": "."
}
],
"settings": {}
}

0 comments on commit 801c731

Please sign in to comment.