Skip to content

Commit

Permalink
chore: add workspace support
Browse files Browse the repository at this point in the history
rust-analyzer in VSCode doesn't work for frontend/ because root workspace does not include them.
  • Loading branch information
scarf005 committed Sep 3, 2023
1 parent 07c68aa commit 2652bcf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions oort3.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"folders": [
{
"path": "shared"
},
{
"path": "services"
},
{
"path": "frontend"
}
],
"settings": {
"git.openRepositoryInParentFolders": "always"
}
}

0 comments on commit 2652bcf

Please sign in to comment.