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
}

  

https://www.tongbiao.xyz/
原文地址:https://www.cnblogs.com/tongbiao/p/9405762.html