vscode 常用配置

{ "workbench.iconTheme": "vscode-icons", "editor.tabSize": 2, "editor.detectIndentation": false, "editor.formatOnSave": true, "vetur.format.defaultFormatter.js": "vscode-typescript", "vetur.validation.template": false, "eslint.autoFixOnSave": true, "eslint.validate": \[ "javascript", "javascriptreact", "html", "vue",
    { "language": "html", "autoFix": true },
    { "language": "vue", "autoFix": true }
  \], "javascript.format.insertSpaceBeforeFunctionParenthesis": true, "files.autoSave": "afterDelay", "background.customImages": \[ "file:///C:/Users/jack_blue/Pictures/Camera Roll/bg.jpg" \], "background.useDefault": false, "background.style": { "content": "''", "pointer-events": "none", "position": "absolute", "z-index": "99999", "width": "100%", "height": "100%", "background-position": "center", "background-repeat": "no-repeat", "opacity": 0.1 }, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressResultsExplorerNotice": false, "suppressShowKeyBindingsNotice": true },
}

文章作者: xkloveme
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 xkloveme !
评论
 上一篇
vue 分享知识点 vue 分享知识点
vue 分享模块清单1.Vue 2.0 之 Vue 实例和生命周期2.vue 2.0 之自定义指令3.vue 2.0 之观察者模式实现简单异步无限滚动 4.从 JavaScript 属性描述器剖析 Vue.js 响应式视图5.Vue 响应式
2018-05-17
下一篇 
Mac OS X 终端切换root用户 Mac OS X 终端切换root用户
mac 打开终端默认是当前登录用户,若要切换到 root 用户,使用命令: 第一种:(1)输入 sudo -i 或者 su - 或着 su - root 然后回车 (2)输入密码,就可以进入 root 用户(因为我之前设置过一次 roo
2018-03-18
  目录