标签:smart format mon trigger workbench rmi iat wxs sch
{
"workbench.iconTheme": "vscode-great-icons",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.hover.enabled": false,
"editor.minimap.showSlider": "always",
"editor.renderLineHighlight": "gutter",
"editor.showFoldingControls": "always",
"emmet.triggerExpansionOnTab": true,
"explorer.confirmDelete": false,
"workbench.colorCustomizations": {
"editorLineNumber.foreground": "#93979E"
},
"files.associations": {
"*.wxml":"html",
"*.wxss":"css",
"*.art":"html"
},
"beautify.language": {
"js": {
"type": [
"javascript",
"json",
"jsonc",
"jsx"
],
"filename": [
".jshintrc",
".jsbeautifyrc"
]
},
"css": [
"css",
"scss",
"less"
],
"html": [
"htm",
"html",
"wxml"
]
},
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"git.enableSmartCommit": true,
"workbench.colorTheme": "One Monokai",
"explorer.confirmDragAndDrop": false,
"less.compile": {
"out":true
},
"git.confirmSync": false,
"files.autoSave": "onFocusChange",
"autoprefixer.formatOnSave": true
}
标签:smart format mon trigger workbench rmi iat wxs sch
原文地址:https://www.cnblogs.com/ak-b/p/9882193.html