settings.json

本文深入解析了VSCode的配置设置,包括编辑器检测缩进、制表符大小、字体大小、文件关联、Emmet触发、ESLint状态显示、终端集成等,为用户提供了一个高效、个性化的开发环境。
{
	"editor.detectIndentation": false,
	"vetur.format.defaultFormatter.js": "vscode-typescript",
	"editor.tabSize": 4,
	"editor.fontSize": 15,
	"files.associations": {
	 "*.wpy": "vue",
	 "*.cjson": "jsonc",
	 "*.wxss": "css",
	 "*.wxs": "javascript"
	},
	"emmet.includeLanguages": {
	 "wxml": "html"
	},
	"window.zoomLevel": 0,
	"diffEditor.ignoreTrimWhitespace": false,
	"workbench.startupEditor": "welcomePage",
	"minapp-vscode.disableAutoConfig": true,
	"liveServer.settings.donotShowInfoMsg": true,
	"editor.insertSpaces": false,
	"vetur.format.defaultFormatterOptions": {
	 "js-beautify-html": {
	  "wrap_line_length": 180,
	  "wrap_attributes": "auto",
	 }
	},
	"vetur.format.defaultFormatter.html": "js-beautify-html",
	"emmet.triggerExpansionOnTab": true,
	"eslint.alwaysShowStatus": true,
	"terminal.integrated.shell.osx": "/bin/bash",
	"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
	"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
	"editor.codeActionsOnSave": {
	 "source.fixAll.eslint": true
	},
	"editor.suggestSelection": "first",
	"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
	"workbench.iconTheme": "vscode-icons",
   }
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值