add combo to workspace

This commit is contained in:
Corwin 2023-04-05 18:28:30 +01:00
parent cdc2eed01d
commit 78eebdd270
No known key found for this signature in database

View file

@ -1,43 +1,46 @@
{ {
"folders": [ "folders": [
{ {
"path": "../agb" "path": "../agb"
}, },
{ {
"path": "../agb-sound-converter" "path": "../agb-sound-converter"
}, },
{ {
"path": "../agb-macros" "path": "../agb-macros"
}, },
{ {
"path": "../agb-image-converter" "path": "../agb-image-converter"
}, },
{ {
"path": "../agb-fixnum" "path": "../agb-fixnum"
}, },
{ {
"path": "../examples/the-purple-night" "path": "../examples/the-purple-night"
}, },
{ {
"path": "../examples/the-hat-chooses-the-wizard" "path": "../examples/the-hat-chooses-the-wizard"
}, },
{ {
"path": "../examples/hyperspace-roll" "path": "../examples/hyperspace-roll"
}, },
{ {
"path": "../.github" "path": "../.github"
}, },
{ {
"path": "../template" "path": "../template"
}, },
{ {
"path": "../book" "path": "../book"
}, },
{ {
"path": "../mgba-test-runner" "path": "../mgba-test-runner"
}, },
{ {
"path": "../tools" "path": "../tools"
} },
] {
"path": "../examples/combo"
}
]
} }