From 85671edd4f7ea7e286335d9603e7097a501777f2 Mon Sep 17 00:00:00 2001 From: Corwin Date: Sat, 13 Jan 2024 10:05:04 +0000 Subject: [PATCH] add projects to workspace --- .vscode/agb.code-workspace | 102 ++++++++++++++++++++----------------- 1 file changed, 54 insertions(+), 48 deletions(-) diff --git a/.vscode/agb.code-workspace b/.vscode/agb.code-workspace index b0575aac..364dee24 100644 --- a/.vscode/agb.code-workspace +++ b/.vscode/agb.code-workspace @@ -1,49 +1,55 @@ { - "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" - }, - { - "path": "../.github" - }, - { - "path": "../template" - }, - { - "path": "../book" - }, - { - "path": "../mgba-test-runner" - }, - { - "path": "../tools" - }, - { - "path": "../examples/combo" - }, - { - "path": "../agb-hashmap" - } - ] -} \ No newline at end of file + "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" + }, + { + "path": "../.github" + }, + { + "path": "../template" + }, + { + "path": "../book" + }, + { + "path": "../mgba-test-runner" + }, + { + "path": "../tools" + }, + { + "path": "../examples/combo" + }, + { + "path": "../agb-hashmap" + }, + { + "path": "../examples/amplitude" + }, + { + "path": "../examples/the-dungeon-puzzlers-lament" + } + ] +}