Planar-Pioneers/.vscode/settings.json

15 lines
446 B
JSON
Raw Normal View History

{
2023-02-15 21:05:26 -06:00
"vitest.commandLine": "npx vitest",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"git.ignoreLimitWarning": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
2023-04-21 19:50:13 -05:00
"typescript.tsdk": "node_modules/typescript/lib",
"volar.autoCompleteRefs": false,
"emmet.showExpandedAbbreviation": "never"
2023-02-15 21:05:26 -06:00
}