{
"editor.formatOnSave": true, // #每次保存的时候自动格式化
"editor.codeActionsOnSave": { // #每次保存的时候将代码按eslint格式进行修复
"source.fixAll.eslint": true
},
}