vs code settings(JSON)--vue,ts,scss,空两行

389 阅读1分钟
{
  "workbench.iconTheme": "vscode-icons",
  "editor.fontSize": 15,
  "files.autoSave": "off",
  "window.zoomLevel": 0,
  "editor.tabSize": 2,
  "editor.detectIndentation": false,
  "beautify.tabSize": 2,
  "vetur.format.options.tabSize": 2,
  // "vetur.format.defaultFormatter.html": "prettier",
  "vetur.format.defaultFormatter.js": "vscode-typescript",
  // "vetur.format.styleInitialIndent": true,
  "prettier.tabWidth": 2,
  "beautify.options": {
    "editor.tabSize": 2
  },
  "liveServer.settings.donotShowInfoMsg": true,
  // 编辑器注释的颜色
  "editor.tokenColorCustomizations": {
    "comments": "#00FF4A"
  },
}