vscode 环境配置
1、setting.json 配置
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Dracula Soft",
"gitlens.views.branches.branches.layout": "list"
}
2、插件
1、setting.json 配置
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Dracula Soft",
"gitlens.views.branches.branches.layout": "list"
}
2、插件