2024-05-15 12:57:15 +08:00
|
|
|
{
|
|
|
|
|
"[typescript]": {
|
2024-08-03 12:46:12 +08:00
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
2024-05-15 12:57:15 +08:00
|
|
|
},
|
|
|
|
|
"[javascript]": {
|
2024-06-27 16:24:41 +08:00
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
2024-05-15 12:57:15 +08:00
|
|
|
},
|
|
|
|
|
"[json]": {
|
|
|
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
|
|
|
},
|
|
|
|
|
"python.analysis.extraPaths": [
|
|
|
|
|
"./resources/scripts/000_",
|
|
|
|
|
"./resources/scripts/000_"
|
|
|
|
|
],
|
2024-06-01 15:08:22 +08:00
|
|
|
"vue3snippets.enable-compile-vue-file-on-did-save-code": false,
|
|
|
|
|
"typescript.tsdk": "node_modules\\typescript\\lib"
|
2024-05-15 12:57:15 +08:00
|
|
|
}
|