4

For months I have been using Git Bash as my default terminal. Upon start up it loads 1 terminal plus any additional terminals as defined in my "terminals.json" file using the "Terminals Manager" extension. Everything has been working fine up until today, when I opened vscode up and it launched powershell instead of Git Bash for all my terminals. I have restarted vscode, and also restarted my pc but that did not help.

As mentioned above it is my default profile:

enter image description here

And here are my settings:

enter image description here

Also, I can still run Bash on VS Code and it works just fine, however it won't run on start up anymore. What is happening?

starball
  • 20,030
  • 7
  • 43
  • 238
Sean
  • 192
  • 1
  • 1
  • 14
  • 1
    See https://stackoverflow.com/a/69048033/836330 – Mark Sep 03 '21 at 19:35
  • Thanks Mark. Had to go back to previous version. Also had to add `"args": ["--login"]` because it would not recognise my _.profile_ file. – Sean Sep 03 '21 at 20:30

1 Answers1

0

This was probably caused by this bug that got fixed: Powershell console opens every time I launch VS Code with a project #132150.

starball
  • 20,030
  • 7
  • 43
  • 238