vscode 配置表
阅读原文时间:2023年07月10日阅读:1

{

"git.ignoreMissingGitWarning": true,

"editor.multiCursorModifier": "ctrlCmd",

"editor.snippetSuggestions": "top",

"editor.formatOnPaste": false,

"files.autoSave": "onFocusChange",

"workbench.statusBar.visible": true,

"workbench.activityBar.visible": true,

"powermode.enabled": true,

"powermode.presets" :"simple-rift",

"editor.fontSize": 14,

"workbench.sideBar.location": "left",

"liveServer.settings.donotShowInfoMsg": true,

"editor.tokenColorCustomizations": {

"comments":"#13994dfc"

},

"liveSassCompile.settings.generateMap": false,

"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",

"emmet.syntaxProfiles": {

"vue-html": "html",

"vue": "html"

},

"emmet.includeLanguages": {

"vue-html": "html",

"vue": "html",

"wxml": "html"

},

"javascript.preferences.quoteStyle": "single",

"files.associations": {

"*.vue": "vue",

"*.js": "javascript",

"*.cjson": "jsonc",

"*.wxss": "css",

"*.wxs": "javascript",

"*.wpy": "vue"

},

// "eslint.autoFixOnSave": true

"eslint.validate": [

"javascript",

"javascriptreact",

{

"language": "vue",

"autoFix": true

},

"vue",

{

"language": "wepy",

"autoFix": true

},

"wepy"

],

"eslint.autoFixOnSave": true,

"vetur.format.defaultFormatter.html": "js-beautify-html",

"minapp-vscode.disableAutoConfig": true,

"breadcrumbs.enabled": false,

"eslint.enable": true,

"editor.suggestSelection": "first",

"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",

"vetur.validation.template": false,

"vsicons.dontShowNewVersionMessage": true,

"git.enableSmartCommit": true,

"files.exclude": {

"**/.classpath": true,

"**/.project": true,

"**/.settings": true,

"**/.factorypath": true

}

}