美文网首页我爱编程
vscode首选项设置

vscode首选项设置

作者: JasonNull | 来源:发表于2018-02-07 14:51 被阅读0次

{

  "workbench.iconTheme": "vscode-icons",

  "editor.renderIndentGuides": false,

  "workbench.colorTheme": "One Dark Pro",

  "editor.detectIndentation": false,

  "editor.fontSize": 18,

  "editor.tabSize": 2,

  "eslint.autoFixOnSave": true,

  "workbench.startupEditor": "welcomePage",

  "vetur.format.defaultFormatter.js": "vscode-typescript",

  "javascript.format.insertSpaceBeforeFunctionParenthesis": true,

  "editor.quickSuggestions": {

    "strings": true

  },

  "eslint.validate": [

    "javascript",

    "javascriptreact",

    "html",

    "vue",

    {

      "language": "html",

      "autoFix": true

    }

  ],

  "window.zoomLevel": -1

}

相关文章

网友评论

    本文标题:vscode首选项设置

    本文链接:https://www.haomeiwen.com/subject/guzozxtx.html