{
//配置eslint
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"vue"
],
// "eslint.run": "onSave",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"fixAll.eslint": "explicit",
},
"terminal.integrated.defaultProfile.windows": "Git Bash",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
}
vscode setting.json
于 2022-07-09 10:48:18 首次发布