From 7a8a75fe64d5e9611da7426bcc56b762eff6a557 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 29 Apr 2026 00:12:16 -0600 Subject: [PATCH] Hide the scripts from VSC's file browser since I rarely need to see them --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index cc64012..5a784fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,8 @@ "*.lock": true, "node_modules": true, "packs": true, - "foundry": true + "foundry": true, + "scripts": true, }, "html.customData": [ "./.vscode/components.html-data.json"