{
"window.zoomLevel": 3,
// 字体
// "editor.fontFamily": "microsoft yahei",
"editor.fontFamily": "Verdana",
"editor.fontLigatures": true,
"workbench.startupEditor": "newUntitledFile",
// 行高
// "editor.lineHeight": 20,
"files.associations": {
"*.wxml": "html",
"*.wxss": "css"
},
"view-in-browser.customBrowser": "chrome",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": false,
"**/.gitignore": false
},
"prettier.tabWidth": 2,
"prettier.eslintIntegration": true,
"workbench.colorTheme": "September Steel",
"vetur.format.defaultFormatter.js": "prettier",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
// js-beautify-html settings, see https://github.com/vuejs/vetur/blob/master/server/src/modes/template/services/htmlFormat.ts
"wrap_attributes": "force-aligned"
}
},
"vetur.format.defaultFormatter": {
"html": "prettier",
"css": "prettier",
"postcss": "prettier",
"scss": "prettier",
"less": "prettier",
"js": "prettier",
"ts": "prettier",
"stylus": "stylus-supremacy"
},
// 自动保存
"files.autoSave": "afterDelay",
// 保存自动格式化
"editor.formatOnSave": true,
// 编辑粘贴自动格式化
"editor.formatOnPaste": true,
// 空格变成......
"editor.renderWhitespace": "none",
// 通过使用鼠标滚轮同时按住 Ctrl 可缩放编辑器的字体
"editor.mouseWheelZoom": true,
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"editor.tabSize": 4,
// 行太长自动换行
"editor.wordWrap": "off",
"editor.detectIndentation": false,
"editor.fontWeight": "200"
}
主题:September Steel
一个git比较变更插件GitLens
彻底删除vsCode 在c盘下用户搜索 .vscode 删除这个文件