Just installed VSCode and git bash.
I've added the following lines to the settings.json file:
{
"terminal.integrated.shell.windows": "D:\\Program Files\\Git\\git-bash.exe"
}
When I press Ctr+` to open the integrated shell window, instead of opening inside the main editor at the bottom it opens a new window:
Why isn't it showing in the usual place?

