From 684f451411043851069b3635ac221ec1d10f874b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 27 Aug 2022 09:19:53 -0700 Subject: [PATCH] Some changes to the VSCode workspace --- erynwells-me.code-workspace | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/erynwells-me.code-workspace b/erynwells-me.code-workspace index 876a149..c1d2569 100644 --- a/erynwells-me.code-workspace +++ b/erynwells-me.code-workspace @@ -4,5 +4,7 @@ "path": "." } ], - "settings": {} -} \ No newline at end of file + "settings": { + "makefile.extensionOutputFolder": "./.vscode" + } +}