forked from profectus/Profectus
Update some VSC settings
This commit is contained in:
parent
c85e3a0096
commit
839baaf708
1 changed files with 11 additions and 2 deletions
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
|
@ -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"
|
||||
}
|
Loading…
Reference in a new issue