vscode相关配置

时间:2023-11-17 21:17:56

一、插件

vscode相关配置

二、首先项设置:

{
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
}
],
"eslint.autoFixOnSave": true,
"bracketPairColorizer.consecutivePairColors": [
[
"</",
">"
],
[
"<",
"/>"
],
"<>",
"()",
"[]",
"{}",
[
"White",
"Orange",
"LightSkyBlue"
],
"Red"
],
}