mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-13 22:12:11 +08:00
11 lines
293 B
JSON
11 lines
293 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
// Wiating Fix all Code to enable
|
|
// "source.fixAll": "explicit"
|
|
},
|
|
// Wiating format all Code to enable
|
|
// "editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"typescript.tsdk": "node_modules/typescript/lib"
|
|
}
|