我爱编程

vscode首选项设置

2018-02-07  本文已影响0人  JasonNull

{

  "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

}

上一篇 下一篇

猜你喜欢

热点阅读