We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After the update to version 39.* of the Remote - WSL( ms-vscode-remote.remote-wsl) the terminal stop using the default shell of the WSL distribution.
Steps to Reproduce:
The terminal should use the default shell of the WSL distribution (as in previous versions of the extension):
In the current version of the extension uses sh:
Does this issue occur when you try this locally?: No Does this issue occur when you try this locally and all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
I'm hitting this as well
Sorry, something went wrong.
This was caused by the fix for microsoft/vscode#77242
This should be fixed soon, in the meantime you can set the shell explicitly: "terminal.integrated.shell.linux": "/bin/bash"
"terminal.integrated.shell.linux": "/bin/bash"
Tyriar
aeschli
No branches or pull requests
After the update to version 39.* of the Remote - WSL( ms-vscode-remote.remote-wsl) the terminal stop using the default shell of the WSL distribution.
Steps to Reproduce:
The terminal should use the default shell of the WSL distribution (as in previous versions of the extension):
In the current version of the extension uses sh:
Does this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: