2023-05-29 17:49:01 +08:00
|
|
|
{
|
|
|
|
"prettier.enable": false,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
2024-05-30 19:10:14 +08:00
|
|
|
"source.fixAll.eslint": "explicit"
|
2023-05-29 17:49:01 +08:00
|
|
|
},
|
|
|
|
"eslint.format.enable": true,
|
|
|
|
"[python]": {
|
|
|
|
"editor.formatOnType": true
|
|
|
|
},
|
|
|
|
"[html]": {
|
|
|
|
"editor.defaultFormatter": "vscode.html-language-features"
|
|
|
|
},
|
|
|
|
"[typescriptreact]": {
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
},
|
|
|
|
"[javascriptreact]": {
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
},
|
|
|
|
"[jsonc]": {
|
|
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
2023-05-30 10:32:26 +08:00
|
|
|
},
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
2024-06-26 17:51:00 +08:00
|
|
|
}
|