我在 Windows 终端 settings.json 中错过了什么?

What have I missed in Windows Terminal settings.json?

我刚开始自定义Windows终端

我想添加 Git 它会打开 git-bash.exe outside 的节目。

我在 settings.json 中错过了什么?

那是 settings.json "profiles" -> "list" 数组

{
"guid": "{00000000-0000-0000-0000-000000000001}",
"name" : "Git",
"commandline" : "I:/Git/git-bash.exe",
"hidden": false,
"icon" : "I:/Git/mingw64/share/git/git-for-windows.ico",
"padding": "8, 8, 8, 8",
"closeOnExit" : "always",
"snapOnInput": true,
"historySize" : 9001,
"startingDirectory": "%USERPROFILE%"
}

git-bash.exeWindows Terminal可能是同一种应用——终端。它们不同于shell,例如cmdpowershellbashshzsh