终端进程启动失败: shell 可执行文件“C:WindowsSystem32WindowsPowerShellv1.0powershell.exe”的路径不存在。

终端进程启动失败: shell 可执行文件“C:WindowsSystem32WindowsPowerShellv1.0powershell.exe”的路径不存在。

 打开settings.json

配置setting.json

{
    "powermode.enabled": true,
    "workbench.iconTheme": "material-icon-theme",
    "powermode.presets": "magic",
    "terminal.integrated.shell.windows": "D:/Program Files/Git/bin/bash.exe",
    "git.defaultCloneDirectory": "",
    "git.path": "D:/Program Files/Git/bin/git.exe"
}

原文地址:https://www.cnblogs.com/mingforyou/p/15118363.html