mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
chore: disable lint fix and format on save file
This commit is contained in:
parent
ff6cb241a8
commit
97ec6e97cd
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -1,8 +1,10 @@
|
||||
{
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": "explicit"
|
||||
// Wiating Fix all Code to enable
|
||||
// "source.fixAll": "explicit"
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
// Wiating format all Code to enable
|
||||
// "editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user