mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
4c0a31d38b
Co-authored-by: crazywoola <427733928@qq.com>
26 lines
689 B
JSON
26 lines
689 B
JSON
{
|
|
"prettier.enable": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"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"
|
|
},
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true
|
|
}
|