MDGSF Software Engineer

[Windows] VSCode 添加 mingw

2017-11-24

文件–>首选项–>设置–>用户设置

{
    "files.trimTrailingWhitespace": true,
    "typescript.check.npmIsInstalled": false,
    "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
    "terminal.integrated.shellArgs.windows": [
        "--login",
        "--init-file",
        "C:\\Program Files\\Git\\etc\\profile"
    ],
    "terminal.external.windowsExec":"C:\\Program Files\\Git\\bin\\bash.exe"
}

weixingongzhonghao

上一篇 [GO] GoPath管理

Comments

Content