vscode的setting.json设置

{
“editor.insertSpaces”: true,
“editor.detectIndentation”: false,
“liveServer.settings.donotShowInfoMsg”: true,
“files.autoSave”: “onFocusChange”,
“editor.fontSize”: 20,
“editor.fontFamily”: “Consolas, ‘Courier New’, monospace”,
“emmet.variables”: {
“lang”: “zh-CN”
},
//UI图尺寸除以80得到24
“cssrem.rootFontSize”: 37.5,
“cssrem.fixedDigits”: 3, // 【取三位小数】
“cssrem.autoRemovePrefixZero”: false, //【是否去除0】
// #值设置为true时,每次保存的时候自动格式化;值设置为false时,代码格式化请按shift+alt+F
“editor.formatOnType”: true,
“editor.tokenColorCustomizations”: {
“comments”: “#82e0aa” // 注释
},
“eslint.run “: “onType”, //运行eslint检验的时刻 (onSave保存) (onType输入时)
“editor.codeActionsOnSave”: {
//控制在保存时运行代码操作时修复哪些问题
“source.fixAll.eslint”: true //自所有插件的所有可自动修复的ESLint错误都将在保存时修复
},
“workbench.iconTheme”: “vscode-icons”,
“git.ignoreWindowsGit27Warning”: true,
“launch”: {
“configurations”: [],
“compounds”: []
},
“explorer.confirmDelete”: false,
“backgroundCover.imagePath”: “c:\Users\61905\Desktop\5771783e61631dd0b46732abc733de3.jpg”,
“terminal.integrated.shell.windows”: “C:\Windows\System32\cmd.exe”,
“explorer.confirmDragAndDrop”: false,
“eslint.codeAction.showDocumentation”: {
“enable”: true
},
“terminal.integrated.tabs.enabled”: true,
“diffEditor.ignoreTrimWhitespace”: false,
“gitlens.gitCommands.skipConfirmations”: [“fetch:command”, “stash-push:command”, “switch:command”, “pull:command”],
“window.zoomLevel”: -1,
“[vue]”: {
“editor.defaultFormatter”: “octref.vetur”
},
“editor.defaultFormatter”: “esbenp.prettier-vscode”,
“editor.formatOnSave”: true,
“settingsSync.ignoredExtensions”: [],
“settingsSync.ignoredSettings”: [],
“liveServer.settings.AdvanceCustomBrowserCmdLine”: “”,
“liveServer.settings.ChromeDebuggingAttachment”: false,
“liveServer.settings.ignoreFiles”: [”.vscode/", "/.scss", "**/.sass”, “**/*.ts”],
“liveServer.settings.mount”: [],
“liveServer.settings.port”: 0,
“liveServer.settings.root”: “”,
“rest-client.excludeHostsForProxy”: []
}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值