From 78eebdd27020cd4e0d6f54b1696c9aa0570c17d0 Mon Sep 17 00:00:00 2001 From: Corwin Date: Wed, 5 Apr 2023 18:28:30 +0100 Subject: [PATCH] add combo to workspace --- .vscode/agb.code-workspace | 85 ++++++++++++++++++++------------------ 1 file changed, 44 insertions(+), 41 deletions(-) diff --git a/.vscode/agb.code-workspace b/.vscode/agb.code-workspace index f7b0fd40..1ef7a26a 100644 --- a/.vscode/agb.code-workspace +++ b/.vscode/agb.code-workspace @@ -1,43 +1,46 @@ { - "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" - } - ] + "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" + } + ] }