ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

vscode 新版设置备份20200221 settings.json

2020-02-21 15:05:24  阅读:529  来源: 互联网

标签:git false settings vscode sync defaultFormatter json editor true


vscode 新版设置备份20200221

{
  "sync.gist": "9e6a5f7e8c52047b03c8732ff88aab0e",
  "sync.lastUpload": "2018-08-26T06:45:07.435Z",
  "sync.autoDownload": false,
  "sync.autoUpload": false,
  "sync.lastDownload": "2018-05-15T06:30:38.965Z",
  "sync.forceDownload": false,
  "sync.host": "",
  "sync.pathPrefix": "",
  "sync.quietSync": false,
  "sync.askGistName": false,
  "sync.removeExtensions": true,
  "sync.syncExtensions": true,
  "editor.fontSize": 16,
  "workbench.colorTheme": "Dracula Soft",
  "view-in-browser.customBrowser": "chrome",
  "explorer.confirmDragAndDrop": false,
  "explorer.confirmDelete": false,
  "[vue]": {
    "editor.defaultFormatter": "svipas.prettier-plus"
  },
  "window.zoomLevel": 0,
  "workbench.activityBar.visible": true,
  "window.menuBarVisibility": "default",
  "search.exclude": {
    "**/node_modules": true,
    "**/dist": true,
    "**/bower_components": true
  },
  "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
  "git.checkoutType": "local",
  "git.autoRepositoryDetection": false,
  "git.autorefresh": false,
  "editor.detectIndentation": false,
  "editor.formatOnSave": true,
  "eslint.autoFixOnSave": true,
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    {
      "language": "vue",
      "autoFix": true
    }
  ],
  "prettier.eslintIntegration": true,
  "prettier.semi": false,
  "prettier.singleQuote": true,
  "javascript.format.insertSpaceBeforeFunctionParenthesis": true,
  "vetur.format.defaultFormatter.js": "vscode-typescript",
  "vetur.format.defaultFormatterOptions": {
    "js-beautify-html": {
      "wrap_attributes": "force-aligned"
    },
    "prettyhtml": {
      "printWidth": 100,
      "singleQuote": false
    }
  },
  "editor.tabSize": 2,
  "todo-tree.defaultHighlight": {
    "foreground": "green",
    "type": "none"
  },
  "todo-tree.customHighlight": {
    "TODO": {},
    "FIXME": {}
  },
  "git.autofetch": true,
  "git.enableSmartCommit": true,
  "git.confirmSync": false,
  "vetur.validation.template": false,
  "vetur.format.defaultFormatter.html": "js-beautify-html",
  "[javascript]": {
    "editor.defaultFormatter": "vscode.typescript-language-features"
  },
  "javascript.updateImportsOnFileMove.enabled": "always",
  "search.followSymlinks": false,
  "files.exclude": {
    "**/dist": true,
    "**/node_modules": true
  },
  "editor.fontLigatures": true,
  "editor.fontFamily": "'Fira Code',Consolas, 'Courier New', monospace",
  "breadcrumbs.enabled": true,
  "glassit.alpha": 255,
  // "terminal.integrated.shell.windows": "D:\\cmder\\Cmder.exe"

  // java
  // "java.home": "C:\\Program Files\\Java\\jdk1.8.0_171",
  // "maven.executable.path": "C:\\java_tool\\apache-maven-3.5.3",
  // "java.configuration.maven.userSettings": "C:\\java_tool\\apache-maven-3.5.3\\conf\\settings.xml",
  // "maven.terminal.customEnv": [{
  //   "environmentVariable": "JAVA_HOME",
  //   "value": "C:\\Program Files\\Java\\jdk1.8.0_171"
  // }],
  "editor.suggestSelection": "first",
  "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  "[jsonc]": {
    "editor.defaultFormatter": "HookyQR.beautify"
  },
  "sync.forceUpload": true,
  "[json]": {
    "editor.defaultFormatter": "HookyQR.beautify"
  },
  "[html]": {
    "editor.defaultFormatter": "HookyQR.beautify"
  },
  "todo-tree.highlights.customHighlight": {
    "TODO": {},
    "FIXME": {}
  },
  "todo-tree.highlights.defaultHighlight": {
    "foreground": "green",
    "type": "none"
  },
  "terminal.integrated.rendererType": "experimentalWebgl",
  "editor.minimap.scale": 2,
  "editor.renderWhitespace": "none",
  "editor.renderControlCharacters": false,
  "workbench.iconTheme": "material-icon-theme",
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": false
  },
}

标签:git,false,settings,vscode,sync,defaultFormatter,json,editor,true
来源: https://www.cnblogs.com/pengchenggang/p/12341398.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有