From 58ee69ff2093e14855f3b1b10a9eb782deb1918f Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Sat, 12 Sep 2020 09:50:53 +0100 Subject: [PATCH] Added a workspace file for VSCode, not sure about using it or not. Might back this out, if nothing else because I dislike that it not puts it into its own folder in the Explorer. --- base.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 base.code-workspace diff --git a/base.code-workspace b/base.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/base.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file