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" + } +}