From bcbb6f070431420ad16a82984de2081e6fbab592 Mon Sep 17 00:00:00 2001 From: Willow Behar <2364126-TechRunner@users.noreply.gitlab.com> Date: Mon, 3 Jun 2024 12:16:19 -0500 Subject: [PATCH] Made a workspace for vscode if I ever decide to use it for coding --- HorrorGame.code-workspace | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 HorrorGame.code-workspace diff --git a/HorrorGame.code-workspace b/HorrorGame.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/HorrorGame.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file