From cfef6799674e195bd37da3abc4e05dc2831e2bf0 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:55:01 -0400 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 118b81dd263..c896d0bb2db 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,6 @@ "source.fixAll.eslint": "always", "source.fixAll.biome": "always", "source.organizeImports.biome": "always" -}, -} \ No newline at end of file + }, + "vitest.cliArguments": "--no-isolate", +}