您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 

17 行
445 B

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.packageManager": "yarn",
"files.associations": {
".eslintrc.json": "jsonc"
},
"files.trimTrailingWhitespace": true,
"gitlens.advanced.blame.customArguments": ["--ignore-revs-file", ".gitignore-revs"],
"npm.packageManager": "yarn",
"prettier.requireConfig": true,
"search.exclude": {
"**/dist": true
},
"typescript.tsdk": "node_modules\\typescript\\lib"
}