🔧 Update vsode settings

This commit is contained in:
Luke Vella 2025-01-11 18:38:28 +00:00
parent 285860ec9e
commit 85215d3fd4
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -7,5 +7,6 @@
"cSpell.words": ["Rallly", "Vella"], "cSpell.words": ["Rallly", "Vella"],
"jestrunner.codeLensSelector": "", "jestrunner.codeLensSelector": "",
"vitest.filesWatcherInclude": "**/*.test.ts", "vitest.filesWatcherInclude": "**/*.test.ts",
"editor.formatOnSave": true "editor.formatOnSave": true,
"typescript.preferences.preferTypeOnlyAutoImports": true
} }