vscode的一些settings.json配置

本文详细介绍了VSCode的settings.json配置方法,包括编辑器格式化、字体大小调整、背景图片设置、实时服务器优化等,旨在提升开发效率和用户体验。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

vscode的一些settings.json配置


{
  "window.zoomLevel": 0,
  "emmet.variables": {
    "lang": "zh-CN"
  },
  "[html]": {
    "editor.defaultFormatter": "vscode.html-language-features"
  },
  "[less]": {
    "editor.defaultFormatter": "michelemelluso.code-beautifier"
  },
  "cssrem.rootFontSize": 100, //【计算时的基准值】
  "liveServer.settings.donotShowInfoMsg": true,
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "json.schemas": [],
  // "cssrem.rootFontSize": 24,//【计算时的基准值】
  "cssrem.fixedDigits": 3, //【取三位小数】
  "cssrem.autoRemovePrefixZero": false, //【是否去除0】
  "[css]": {
    "editor.defaultFormatter": "michelemelluso.code-beautifier"
  },
  "editor.codeActionsOnSave": null,
  "php.validate.executablePath": "",
  "[json]": {
    "editor.defaultFormatter": "vscode.json-language-features"
  },
  "editor.mouseWheelZoom": true,
  "editor.formatOnSave": true,
  "files.autoSave": "off",
  "workbench.iconTheme": "vscode-icons",
  "editor.cursorStyle": "block",
  "background.customImageFolders": [
    "file:///C:/Users/联想小新/Desktop/家庭图片/vs.jpeg"
  ],

  //background 的相关配置
  "update.enableWindowsBackgroundUpdates": true,
  "[vue]": {
    "editor.defaultFormatter": "octref.vetur"
  },
  "launch": {
    "configurations": [],
    "compounds": []
  }, //是否使用默认图片
  "editor.foldingStrategy": "indentation",
  "workbench.colorTheme": "escook dark",
  "prettier.trailingComma": "none",
  "files.associations": {
    "*.wpy": "vue",
    "*.wxs": "javascript"
  },
  "vetur.validation.script": false,
  "vetur.validation.style": false,
  "vetur.validation.template": false,
  "git.ignoreWindowsGit27Warning": true
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值