赞
踩
//保存的时候自动修复错误
"editor.CodeActionsOnSave":{
"source.fixAll":true
}
//代码保存,不自动格式化
"editor.formatOnSave":false