From b60cb64cc28b223a58aba1824e556d223f9c0a3d Mon Sep 17 00:00:00 2001 From: Keith Gaughan Date: Sun, 18 Aug 2024 19:12:43 +0100 Subject: [PATCH] VSCode codespaces are more tolerable now (#106) --- .gitignore | 2 -- mercury.code-workspace | 8 ++++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 mercury.code-workspace diff --git a/.gitignore b/.gitignore index b84f031..c7fc005 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ /output/ .*.sw? *~ -/.vscode/ -*.code-workspace /dist/ /site/ diff --git a/mercury.code-workspace b/mercury.code-workspace new file mode 100644 index 0000000..5709732 --- /dev/null +++ b/mercury.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +}