setting.json格式一般是这样的
{
"window.zoomLevel": 0,
"editor.fontFamily": "Consolas, 微软雅黑",
"editor.wordWrap": "on",
"editor.matchBrackets": "near",
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"workbench.iconTheme": "material-icon-theme",
"editor.suggest.maxVisibleSuggestions": 15,
"editor.suggest.shareSuggestSelections": true,
"javascript.implicitProjectConfig.checkJs": true,
"workbench.editor.highlightModifiedTabs": true,
"files.autoGuessEncoding": true,
"files.defaultLanguage": "html",
"workbench.activityBar.visible": true,
"workbench.editor.untitled.labelFormat": "name",
"editor.suggest.localityBonus": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.simpleDialog.enable": true,
"workbench.colorCustomizations": {},
"workbench.colorTheme": "Atom One Dark",
"editor.fontSize": 17,
"workbench.startupEditor": "newUntitledFile",
"workbench.sideBar.location": "left",
"editor.minimap.enabled": false,
"editor.cursorSurroundingLines": 5,
"editor.cursorWidth": 3,
"workbench.settings.useSplitJSON": true,
"javascript.suggest.completeFunctionCalls": true,
"extensions.autoUpdate": false,
"[javascript]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"python.autoComplete.addBrackets": true,
"emmet.triggerExpansionOnTab": true,
"editor.snippetSuggestions": "top",
"update.mode": "none",
"editor.codeActionsOnSave": null
}
什么报错啊?
您好,我是有问必答小助手,你的问题已经有小伙伴为您解答了问题,您看下是否解决了您的问题,可以追评进行沟通哦~
如果有您比较满意的答案 / 帮您提供解决思路的答案,可以点击【采纳】按钮,给回答的小伙伴一些鼓励哦~~
ps:问答VIP仅需29元,即可享受5次/月 有问必答服务,了解详情>>>https://vip.csdn.net/askvip?utm_source=1146287632
仔细检查有波浪线的地方