VSCode editor user settings

{
"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
}

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324999610&siteId=291194637