vscode控制台不能运行

211 阅读1分钟

报错提示: The terminal process failed to launch: A native exception occurred setting.json文件中配置:

    "terminal.integrated.shell.windows" : "C:\\Windows\\System32\\cmd.exe",
    "terminal.integrated.shellArgs.windows": [
        "--command=usr/bin/bash.exe",
        "-l",
        "-i"
    ]