码迷,mamicode.com
首页 > 其他好文 > 详细

vscode

时间:2018-03-25 15:48:29      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:shell   htm   ansi   format   trigger   mina   int   control   odi   

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

标签:shell   htm   ansi   format   trigger   mina   int   control   odi   

原文地址:https://www.cnblogs.com/ueeu/p/8644528.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!