vscode the new backup set 20200221 settings.json

vscode the new settings backup 20,200,221

{
  "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
  },
}

Guess you like

Origin www.cnblogs.com/pengchenggang/p/12341398.html