From e45f8741477b554098dfa93f9b708276e8e9071a Mon Sep 17 00:00:00 2001 From: PHILIP White Date: Sat, 22 Oct 2022 16:01:18 +0100 Subject: [PATCH] Added VSCode Workspace File for VSCode Users --- the_twilight_abyss.code-workspace | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 the_twilight_abyss.code-workspace diff --git a/the_twilight_abyss.code-workspace b/the_twilight_abyss.code-workspace new file mode 100644 index 0000000..658d8a4 --- /dev/null +++ b/the_twilight_abyss.code-workspace @@ -0,0 +1,24 @@ +{ + "folders": [ + { + "name": "the_twilight_abyss", + "path": "." + }, + { + "name": "UE5", + "path": "C:\\Program Files\\UE_5.0" + } + ], + "settings": { + "typescript.tsc.autoDetect": "off", + "cSpell.ignoreWords": [ + "Athe" + ] + }, + "extensions": { + "recommendations": [ + "ms-vscode.cpptools", + "ms-dotnettools.csharp" + ] + } +}