diff --git a/.vscode/settings.json b/.vscode/settings.json index fee3e9e99..13841e061 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,5 @@ "typescript.preferences.importModuleSpecifier": "shortest", "cSpell.words": ["Rallly", "Vella"], "jestrunner.codeLensSelector": "", - "vitest.filesWatcherInclude": "**/*.test.ts", - "biome.enabled": false + "vitest.filesWatcherInclude": "**/*.test.ts" }