1.终端进程已终止,退出代码:1
参考网址https://blog.csdn.net/qq_41506577/article/details/89601498
1.终端进程已终止,退出代码:2
settings.json中"terminal.integrated.shellArgs.windows"下的内容注释掉即可
"terminal.integrated.shell.windows": "G:\\visual studio code\\Git2.26.2.1\\install\\Git\\bin\\bash.exe",
//"terminal.integrated.shellArgs.windows": [
// "-defterm",
// "-mingw64",
// "-no-start",
//"-here",
//"-use-full-path" //使用系统环境变量
//],
"terminal.explorerKind": "external"