mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
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:
parent
4a5f77ddd6
commit
522140e1fa
28
.vscode/agb.code-workspace
vendored
Normal file
28
.vscode/agb.code-workspace
vendored
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue