2021-04-26

{
"editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace, 'Sarasa Mono SC'",
"editor.fontSize": 20,
"editor.fontLigatures": true,
"editor.renderWhitespace": "all",
"editor.formatOnSave": true,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"material-icon-theme.showWelcomeMessage": false,
"workbench.startupEditor": "welcomePage",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-expand-multiline",
"wrap_line_length": 100,
}
},
"vetur.format.defaultFormatter.js": "none",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"files.exclude": {
"/.meta": true,
"library/": true,
"local/": true,
"temp/": true
},
"search.exclude": {
"
/.anim": true,
"build/": true,
"library/": true,
"temp/": true
},
"explorer.compactFolders": false,
"workbench.editor.enablePreview": true,
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltdLFwicGx1Z2luc1wiOltdLFwicmVjZW50Q29sb3JzXCI6W10sXCJmb3JtYXRXaWR0aFwiOlwiMjQwXCIsXCJjcmVhdGVUYXJnZXRcIjpmYWxzZSxcInBhZ2VGb3JtYXRcIjp7XCJ4XCI6MCxcInlcIjowLFwid2lkdGhcIjo4MjcsXCJoZWlnaHRcIjoxMTY5fSxcInNlYXJjaFwiOnRydWUsXCJzaG93U3RhcnRTY3JlZW5cIjp0cnVlLFwiZ3JpZENvbG9yXCI6XCIjZDBkMGQwXCIsXCJkYXJrR3JpZENvbG9yXCI6XCIjNmU2ZTZlXCIsXCJhdXRvc2F2ZVwiOnRydWUsXCJyZXNpemVJbWFnZXNcIjpudWxsLFwib3BlbkNvdW50ZXJcIjowLFwidmVyc2lvblwiOjE4LFwidW5pdFwiOjEsXCJpc1J1bGVyT25cIjpmYWxzZSxcInVpXCI6XCJcIn0ifQ==",
"workbench.colorTheme": "Night Owl",
"go.toolsManagement.autoUpdate": true,
"workbench.iconTheme": "material-icon-theme"
}

你可能感兴趣的:(2021-04-26)