vscode 习惯配置

{
    "gitlens.advanced.messages": {
        "suppressShowKeyBindingsNotice": true
    },
    "workbench.colorTheme": "Monokai",
    "workbench.iconTheme": "material-icon-theme",
    "editor.formatOnType": false,
    "editor.formatOnSave": false,
    "vetur.format.defaultFormatter.html": "js-beautify-html",
    
    "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
    "gitlens.historyExplorer.enabled": true,
    "files.associations": {
        "*.ips": "log"
    },
    "editor.parameterHints": false,
    "search.followSymlinks": false,
    "window.zoomLevel": 0,
    "vetur.validation.template": false
}

  

posted on 2018-08-02 10:47  童彪  阅读(341)  评论(0编辑  收藏  举报

导航