ctrl + shift + p打开首选项设置(json),用来配置

    1. {
    2. //终端使用自定义的git-bash
    3. "terminal.integrated.profiles.windows": {
    4. "Git-Bash": {
    5. "path": "D:\\SofterWare\\Git\\bin\\bash.exe"
    6. },
    7. "PowerShell -NoProfile": {
    8. "source": "PowerShell",
    9. "args": ["-NoProfile"]
    10. }
    11. },
    12. "terminal.integrated.defaultProfile.windows": "Git-Bash",
    13. "workbench.iconTheme": "material-icon-theme",//文件前的图标
    14. "editor.fontSize": 16,
    15. }