Files
vue-formkit-example/.vscode/settings.json
严浩 7d850957a6
All checks were successful
/ test (push) Successful in 26s
/ surge (push) Successful in 40s
floatLabel
2024-11-26 10:53:12 +08:00

15 lines
334 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "file",
"typescript.tsdk": "node_modules/typescript/lib"
}