Skip to content

Commit

Permalink
Fix VS Code - Vetur plugin not finding tsconfig when ui folder not th…
Browse files Browse the repository at this point in the history
…e first

vuejs/vetur#424
  • Loading branch information
Dirk Arends committed Jun 29, 2020
1 parent 1c4e703 commit 4bc62eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contect-system.code-workspace
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"folders": [
{
"path": "api"
"path": "ui"
},
{
"path": "build"
"path": "api"
},
{
"path": "ui"
"path": "build"
}
],
"settings": {
Expand Down

0 comments on commit 4bc62eb

Please sign in to comment.