Skip to content

Commit

Permalink
[VSCode] Add code workspace for the three sub-projects
Browse files Browse the repository at this point in the history
I'm using VS Code more and more, so here's a config for a multi-root
workspace so that one can develop in the different languages within a
single Code window.

- pickup (root dir, golang)
- react
- pickup-rust
  • Loading branch information
werkshy committed Jan 30, 2024
1 parent 26f4220 commit 1c02521
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pickup.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"folders": [
{
"path": "."
},
{
"path": "react"
},
{
"path": "pickup-rust"
},
],
"settings": {}
}

0 comments on commit 1c02521

Please sign in to comment.