chore: disable lint fix and format on save file

This commit is contained in:
BaboonKing 2024-11-20 20:24:54 +08:00
parent ff6cb241a8
commit 97ec6e97cd

View File

@ -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"
}