VSCode编辑器用户设置


{
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"workbench.colorTheme": "Dracula",
"editor.tabSize": 2,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"powermode.enabled": true,
"powermode.presets": "particles",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"wrap_attributes": "force-aligned"
},
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"editor.formatOnSave": true,
"editor.quickSuggestions": {
"strings": true
},
"sublimeTextKeymap.promptV3Features": true,
"workbench.panel.location": "bottom",
"files.autoSave": "off",
"window.zoomLevel": 1
}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM