🔧 Update vscode settings

This commit is contained in:
Luke Vella 2024-10-21 21:28:05 +01:00
parent 8b75c25983
commit 59e242f2cb
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -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
}