{
"workbench.iconTheme": "vscode-great-icons",
"workbench.colorTheme": "One Monokai",
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"files.autoSave": "onFocusChange",
"editor.fontSize": 16,
"editor.showFoldingControls": "always",
"editor.renderLineHighlight": "gutter",
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"workbench.colorCustomizations": {
"editorLineNumber.foreground": "#93979E"
},
"editor.minimap.showSlider": "always",
"explorer.confirmDelete": false,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"git.enableSmartCommit": true,
"git.autofetch": true,
"emmet.triggerExpansionOnTab": true,
"editor.tabSize": 2,
"gitlens.keymap": "alternate"
}
vscode
Posted ueeu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vscode相关的知识,希望对你有一定的参考价值。
以上是关于vscode的主要内容,如果未能解决你的问题,请参考以下文章