avatar

目录
vscode的个人配置

前言

此篇只是为了记录自己vscode的设置,防止以后配置丢失,无实际意义

json
{
"files.autoSave": "afterDelay",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"fileheader.Author": "gating",
"fileheader.LastModifiedBy": "gating",
"explorer.confirmDelete": false,
"vetur.validation.template": false,
"git.enableSmartCommit": true,
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"vue-html": "html",
"vue": "html"
},
"workbench.activityBar.visible": true,
"files.associations": {
"*.wxss": "css",
"*.html": "html"
},
"window.menuBarVisibility": "default",
"window.zoomLevel": 0,
"editor.minimap.enabled": true,
"python.linting.flake8Enabled": true,
"python.formatting.provider": "yapf",
"guides.enabled": false,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"git.autofetch": true,
"workbench.statusBar.visible": true,
"terminal.integrated.shell.windows": "C:\\windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"git.confirmSync": false,
"px2rem.rootFontSize": 75,
"px2rem.isNeedNotes": false,
"workbench.settings.useSplitJSON": true,
"workbench.settings.editor": "json",
"javascript.updateImportsOnFileMove.enabled": "always",
"sync.gist": "023ae35a68a66e3b5e122045f4c94d0e",
"vetur.format.defaultFormatter.html": "prettier",
"workbench.colorTheme": "Dracula",
"html-css-class-completion.includeGlobPattern": "**/*.{css,html,vue,jsx}",
"vetur.format.options.tabSize": 4,
"[jsonc]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"workbench.iconTheme": "vscode-icons"
}
文章作者: gating
文章链接: https://gatings.cn/2018-05-09/vscode%E7%9A%84%E4%B8%AA%E4%BA%BA%E9%85%8D%E7%BD%AE/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 磨蹭先生
打赏
  • 微信
    微信
  • 支付宝
    支付宝

评论