From 6684c406e89abd9b422177995880f030d73b536c Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:19:33 -0700 Subject: [PATCH 1/2] Don't hide build folders This was getting too annoying needing to comment out these lines --- .vscode/settings.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3bf1c69144..9a9182c909 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,11 +4,7 @@ }, // Hide output files from the file explorer, comment this out to see the build output "files.exclude": { - "**/.nyc_output": true, - "**/lib": true, - "**/dist": true, - "**/out": true, - "**/out-*": true, + "**/.nyc_output": true }, "typescript.preferences.importModuleSpecifier": "non-relative", "typescript.preferences.quoteStyle": "single", From 3948482dc74518697a8c8c1df8b2f33341d32277 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:20:10 -0700 Subject: [PATCH 2/2] Also remove associated comment --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9a9182c909..cf683d8a82 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,6 @@ "files.associations": { ".eslintrc.json.typings": "jsonc" }, - // Hide output files from the file explorer, comment this out to see the build output "files.exclude": { "**/.nyc_output": true },