vscode终端进程启动失败

进入到 shell设置那里

img

img

此项已弃用,配置默认 shell 的新推荐方法是在 #terminal.integrated.profiles.windows# 中创建一个终端配置文件,并将其配置文件名称设置为 #terminal.integrated.defaultProfile.windows# 中的默认值。此操作当前将优先于新的配置文件设置,但将来会发生更改。(2)

请问下怎么处理 昨天还能用的 自动更新了下之后今天就不能用了


"terminal.integrated.profiles.windows": {
    "Git-Bash": {
      "path""D:\\Program Files\\Git\\bin\\bash.exe",
    }
},
"terminal.integrated.defaultProfile.windows""Git-Bash",****

配置文件加入这些,新版的要用这种格式

img


少了一个逗号,

少了一个?