From 0e4d924433edcd3d26ab3ad9b3a709f23eb896a2 Mon Sep 17 00:00:00 2001 From: NightKev <34855794+DayKev@users.noreply.github.com> Date: Sat, 2 Aug 2025 01:40:32 -0700 Subject: [PATCH] Re-add `.vscode/` to Biome ignore list --- biome.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/biome.jsonc b/biome.jsonc index 83018d712a4..59bb98416ba 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -26,6 +26,7 @@ "!**/public/**/*", "!**/.github/**/*", "!**/node_modules/**/*", + "!**/.vscode/**/*", "!**/typedoc/**/*", // TODO: lint css and html? "!**/*.css",