From 522140e1fae8b83ae1e9840121f0800cc55f7ab4 Mon Sep 17 00:00:00 2001 From: Corwin Date: Mon, 8 Aug 2022 18:55:19 +0100 Subject: [PATCH] add a workspace to load all agb projects this works well with rust-analyzer! Can use it across all our crates. --- .vscode/agb.code-workspace | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .vscode/agb.code-workspace diff --git a/.vscode/agb.code-workspace b/.vscode/agb.code-workspace new file mode 100644 index 00000000..171f1142 --- /dev/null +++ b/.vscode/agb.code-workspace @@ -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" + } + ] +} \ No newline at end of file