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
The possibility to set the RUN_OS_WINBASH_IS_LINUX environment variable to make git bash being seen as a Linux terminal is great, and it works well if git bash is started on its own.
However if you start git bash within Visual Studio Code, the check condition does not work anymore and the terminal is always seen as Windows.
Here is what I get in a git bash terminal spawn independently.
EDIT:
It turns out the terminal does not behave the same way if you start a new first instance within VS Code (instance on the left in the capture below) or if you split a second terminal from the first one afterwards (instance on the right)
The text was updated successfully, but these errors were encountered:
The possibility to set the RUN_OS_WINBASH_IS_LINUX environment variable to make git bash being seen as a Linux terminal is great, and it works well if git bash is started on its own.
However if you start git bash within Visual Studio Code, the check condition does not work anymore and the terminal is always seen as Windows.
Here is what I get in a git bash terminal spawn independently.
Hence the condition works.
However same commands in git bash spawned within VS Code and I get
EDIT:
It turns out the terminal does not behave the same way if you start a new first instance within VS Code (instance on the left in the capture below) or if you split a second terminal from the first one afterwards (instance on the right)
The text was updated successfully, but these errors were encountered: