From 59e242f2cbd5d337433bd9da28b23b339e68a23c Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Mon, 21 Oct 2024 21:28:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20vscode=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3be68af40..fee3e9e99 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,8 +3,9 @@ "source.fixAll": "explicit" }, "typescript.tsdk": "node_modules/typescript/lib", - "typescript.preferences.importModuleSpecifier": "non-relative", + "typescript.preferences.importModuleSpecifier": "shortest", "cSpell.words": ["Rallly", "Vella"], "jestrunner.codeLensSelector": "", - "vitest.filesWatcherInclude": "**/*.test.ts" + "vitest.filesWatcherInclude": "**/*.test.ts", + "biome.enabled": false }