vscode常用设置json配置文件--hyong1232

{
“window.zoomLevel”: 1,
“breadcrumbs.enabled”: true,
“files.autoSave”: “afterDelay”,
“explorer.confirmDelete”: false,
“files.associations”: {
.ejs": “html”,
"
.js”: “javascript”,
.vue": “vue”,
"
.cjson”: “jsonc”,
.wxss": “css”,
"
.wxs”: “javascript”
},
“emmet.triggerExpansionOnTab”: true,
“emmet.includeLanguages”: {
“vue-html”: “html”,
“vue”: “html”,
“wxml”: “html”
},
“editor.snippetSuggestions”: “top”,
“editor.formatOnPaste”: true,
“open-in-browser.default”: “{“open-in-browser.default”:“chrome”}”,
“editor.detectIndentation”: false,
“liveServer.settings.donotShowInfoMsg”: true,
“minapp-vscode.disableAutoConfig”: true,
“less.compile”: {
“outExt”: “.css”
// “outExt”: “.wxss”
},
“workbench.sideBar.location”: “left”,
“cssrem.rootFontSize”: 13,
“python.autoComplete.extraPaths”: [
“E:/devtools/python/Lib/site-packages”
],
“explorer.confirmDragAndDrop”: false,
“bracket-pair-colorizer-2.colors”: [
“Gold”,
“Orchid”,
“LightSkyBlue”
],
“html.format.contentUnformatted”: “”,
“highlight-matching-tag.styles”: {
“opening”: {
“left”: {
“underline”: “blue”
},
“right”: {
“surround”: “#155FFA”
},
“name”: {
“highlight”: “rgba(180, 20, 80,0,3)”
}
},
“closing”: {
“full”: {
“custom”: {
“dark”: {
“borderWidth”: “0 0 1px 0”,
“borderColor”: “white”,
“borderStyle”: “solid”,
“borderRadius”: “4px”,
“right”: “10px”
},
“light”: {
“borderWidth”: “0 0 1px 0”,
“borderColor”: “red”,
“borderStyle”: “solid”,
“borderRadius”: “4px”,
“right”: “10px”
}
}
}
}
},
“html.format.extraLiners”: “”,
“bracket-pair-colorizer-2.activeScopeCSS”: [
“borderStyle : solid”,
“borderWidth : 1px”,
“borderColor : {color}”,
“opacity: 0.5”
],
“highlight-matching-tag.customEmptyElements”: null,
“editor.fontSize”: 16,
“workbench.iconTheme”: “vscode-icons”,
“workbench.colorTheme”: “Visual Studio Light”
}

上一篇:一些有用的东西


下一篇:Music Tag Editor最佳音乐标签信息编辑工具