json VS Code Settings.json

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了json VS Code Settings.json相关的知识,希望对你有一定的参考价值。

{
  "workbench.iconTheme": "material-icon-theme",
  "editor.formatOnType": true,
 
  "window.zoomLevel": 0,
  "vetur.validation.template": false,
  "files.autoSave": "off",

  "editor.tabSize": 2,
  "files.associations": {
    "*.vue": "vue",
    "*.cjson": "jsonc",
    "*.wxss": "css",
    "*.wxs": "javascript"
  },
  "eslint.autoFixOnSave": true,
  "eslint.options": {
    "extensions": [
      ".js",
      ".vue"
    ]
  },
  "eslint.validate": [
    "javascript", {
      "language": "vue",
      "autoFix": true
    }, "html",
    "vue"
  ],
  "search.exclude": {
    "**/node_modules": true,
    "**/bower_components": true,
    "**/dist": true
  },
  "emmet.syntaxProfiles": {
    "javascript": "jsx",
    "vue": "html",
    "vue-html": "html"
  },
  "git.confirmSync": false,

  "editor.renderWhitespace": "boundary",
  "editor.cursorBlinking": "smooth",
  "editor.minimap.enabled": true,
  "editor.minimap.renderCharacters": false,

  "window.title": "${dirty}${activeEditorMedium}${separator}${rootName}",
  "editor.codeLens": true,
  "editor.snippetSuggestions": "top",
  "emmet.includeLanguages": {
    "wxml": "html"
  },
  "minapp-vscode.disableAutoConfig": true,
  "editor.fontFamily": "'Fira Code',微软雅黑",
  "workbench.colorTheme": "Winter is Coming (Dark)",
  "terminal.integrated.fontFamily": "'Fira Code'",
  "editor.fontLigatures": true,
  "breadcrumbs.enabled": true,


}

以上是关于json VS Code Settings.json的主要内容,如果未能解决你的问题,请参考以下文章

json VS CODE SNIPPET

json VS Code终端的特殊字体

json VS Code配置覆盖文件

json VS Code html Snippets

json VS Code SCSS片段

json VS Code php Snippets