From 6566ae22fddd4d0793d9770c1fc137a5fd2cbb84 Mon Sep 17 00:00:00 2001 From: zikaeroh <48577114+zikaeroh@users.noreply.github.com> Date: Thu, 11 Jun 2020 21:08:40 -0700 Subject: [PATCH] Undo workspace ignore, as it's glitchy in the latest VS Code --- codies.code-workspace | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codies.code-workspace b/codies.code-workspace index 76d2395..b191430 100644 --- a/codies.code-workspace +++ b/codies.code-workspace @@ -36,8 +36,7 @@ "source.fixAll.eslint": true }, "files.exclude": { - "**/node_modules": true, - "frontend": true + "**/node_modules": true }, "typescript.tsdk": "frontend/node_modules/typescript/lib" }