VS code 的配置信息

vs code 配置信息
用于个人保存


{
  "workbench.iconTheme": "material-icon-theme",
  "eslint.quiet": true,
  "eslint.alwaysShowStatus": true,
  "explorer.confirmDragAndDrop": false,
  "explorer.confirmDelete": false,
  "editor.suggestSelection": "first",
  "prettier.singleQuote": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[typescriptreact]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "[html]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "prettier.tabWidth": 2,
  "javascript.updateImportsOnFileMove.enabled": "always",
  "typescript.updateImportsOnFileMove.enabled": "always",
  "editor.quickSuggestions": {
    "strings": true
  },
  "prettier.htmlWhitespaceSensitivity": "ignore",
  "prettier.vueIndentScriptAndStyle": true,
  "vetur.format.defaultFormatter.html": "prettier",
  /// ----------------- 自定义配置
  // 设置 vscode 的代码字体大小
  "editor.fontSize": 24,
  "workbench.colorTheme": "One Dark Pro",
  // vscode外边框自定义配色方案
  "workbench.colorCustomizations": {
    "activityBar.background": "#000",
    "titleBar.activeBackground": "#000",
    "titleBar.activeForeground": "#ffffff"
  },
  // 菜单栏右边
  "workbench.sideBar.location": "right",
  "files.associations": {
    "*.cjson": "jsonc",
    "*.wxss": "css",
    "*.wxs": "javascript"
  },
  "emmet.includeLanguages": {
    "wxml": "html"
  },
  "token": "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",
  // 保存及格式化代码
  "editor.formatOnSave": true,
  // 这个开启可能会过高占用 CPU 电脑过卡
  "search.followSymlinks": false,
  // 关闭代码区右边的代码预览区域
  "editor.minimap.enabled": false,
  "workbench.editor.enablePreview": false, //打开文件不覆盖
  "editor.lineNumbers": "on", //开启行数提示
  "minapp-vscode.disableAutoConfig": true,
  "liveServer.settings.donotShowInfoMsg": true,
  "terminal.integrated.tabs.enabled": true,
  "workbench.editor.untitled.hint": "hidden",
  "security.workspace.trust.untrustedFiles": "newWindow",
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "editor.accessibilitySupport": "off",
  "window.zoomLevel": -1,
  "editor.formatOnType": true,
  "sync.gist": "82783f158f924dfdfe901b03ff5e6e58",
  "editor.tabSize": 2,
  "extensions.supportUntrustedWorkspaces": {}
}

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值