agb/.vscode/agb.code-workspace
Corwin 522140e1fa add a workspace to load all agb projects
this works well with rust-analyzer! Can use it across all our crates.
2022-08-08 18:55:19 +01:00

28 lines
372 B
Plaintext

{
"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"
}
]
}