2vscode user settings

{
  "editor.accessibilityPageSize": 14,
  "editor.fontSize": 14,
  "editor.fontLigatures": null,
  "window.zoomLevel": 0,
  "workbench.colorTheme": "Dracula Soft",
  "editor.tabSize": 2,
  "editor.detectIndentation": false,
  "files.associations": {},
  "explorer.confirmDelete": false,
  "terminal.integrated.shell.windows": "C:\Windows\System32\cmd.exe",
  "editor.quickSuggestions": {
    "strings": true
  },
  "workbench.iconTheme": "vscode-icons",
  "editor.codeActionsOnSave": null,
  "workbench.colorCustomizations": {},
  

  "editor.codeActionsOnSave": null,
  "cSpell.ignoreWords": [
    "settings"
  ],
  "git.autofetch": true,
  "liveServer.settings.donotShowInfoMsg": true,
  "todohighlight.isEnable": true
}
原文地址:https://www.cnblogs.com/xiaoliziaaa/p/13264066.html