Vscode 打开终端提示 a native exception occurred during launch(unable to start terminal process: createprocess failed)
在setting.json中添加下面一行就可以解决(针对windows)。
"terminal.integrated.shell.windows": "C:\\windows\\System32\\cmd.exe",
可通过设置页面点击某项配置进入setting.json文件。
发表评论 (审核通过后显示评论):