🔧 Update vsode settings (#1489)

This commit is contained in:
Luke Vella 2025-01-11 18:43:41 +00:00 committed by GitHub
parent a896d16c3c
commit 26e4d5e3e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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