You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.60
OS Version: Windows 10 20H2
Steps to Reproduce:
After the update, without touching any of my VS code settings, starting a new Javascript Script Terminal will open a Powershell console, when it was a Git bash terminal (my default profile) in older versions of VS code.
Adding terminal.integrated.automationShell.windows to "C:\Program Files\Git\git-bash.exe" does not resolve this issue.
Adding a new lauch.json file in my application .vscode with "console": "integratedTerminal" doesn't work either
How do I set the default shell for automated tasks and launches to Git Bash ?
The text was updated successfully, but these errors were encountered:
Closing the issue, although the other issues are about the default terminal, this one is about the debug terminaL
Either way, this kind of bug should not make it in a stable release,
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
After the update, without touching any of my VS code settings, starting a new Javascript Script Terminal will open a Powershell console, when it was a Git bash terminal (my default profile) in older versions of VS code.
terminal.integrated.automationShell.windows
to "C:\Program Files\Git\git-bash.exe" does not resolve this issue."console": "integratedTerminal"
doesn't work eitherHow do I set the default shell for automated tasks and launches to Git Bash ?
The text was updated successfully, but these errors were encountered: