2025-08-19 14:33:59 +08:00
|
|
|
{
|
|
|
|
|
"[typescript]": {
|
2025-09-12 14:52:28 +08:00
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
2025-08-19 14:33:59 +08:00
|
|
|
},
|
|
|
|
|
"[javascript]": {
|
2025-09-12 14:52:28 +08:00
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
2025-08-19 14:33:59 +08:00
|
|
|
},
|
|
|
|
|
"[json]": {
|
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
|
},
|
|
|
|
|
"vue3snippets.enable-compile-vue-file-on-did-save-code": false
|
|
|
|
|
}
|