Planar-Pioneers/.vscode/settings.json

15 lines
446 B
JSON
Raw Normal View History

{
2023-02-16 03:05:26 +00: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-22 00:50:13 +00:00
"typescript.tsdk": "node_modules/typescript/lib",
"volar.autoCompleteRefs": false,
"emmet.showExpandedAbbreviation": "never"
2023-02-16 03:05:26 +00:00
}