Update some VSC settings

This commit is contained in:
thepaperpilot 2023-02-15 21:05:26 -06:00
parent c85e3a0096
commit 839baaf708

13
.vscode/settings.json vendored
View file

@ -1,3 +1,12 @@
{
"vitest.commandLine": "npx vitest"
}
"vitest.commandLine": "npx vitest",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"git.ignoreLimitWarning": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.tsdk": "node_modules/typescript/lib"
}