add a workspace to load all agb projects

this works well with rust-analyzer! Can use it across all our crates.
This commit is contained in:
Corwin 2022-08-08 18:55:19 +01:00
parent 4a5f77ddd6
commit 522140e1fa

28
.vscode/agb.code-workspace vendored Normal file
View file

@ -0,0 +1,28 @@
{
"folders": [
{
"path": "../agb"
},
{
"path": "../agb-sound-converter"
},
{
"path": "../agb-macros"
},
{
"path": "../agb-image-converter"
},
{
"path": "../agb-fixnum"
},
{
"path": "../examples/the-purple-night"
},
{
"path": "../examples/the-hat-chooses-the-wizard"
},
{
"path": "../examples/hyperspace-roll"
}
]
}