-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
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
Default shell not launched in remote #38
Comments
A cascading problem that happens here is that because my aliases are in my |
It's worth note that this is not a WSL problem, as it happens on any local system when you connect to a user@server that has a default shell other than bash. My remote machine is configured as @aaronpowell described -- zsh as the default shell with all my aliases and development tooling in my .zshrc. When I ssh into the box from a standard terminal window, I get zsh. When I connect from VSCode, I get bash and have to launch zsh manually. |
I filed #44 for ssh. |
This was caused by the change to make the shell default to null, debug now needs to evaluate the default shell itself if the setting is null. Fixes microsoft#73867 Caused by microsoft/vscode-remote-release#38
@hologerry this issue was about getting the default shell to work when |
@Tyriar Again this issue is caused by
comment out this, the remote connection works ... |
If your default shell is not
bash
it will still launchbash
in the terminal. If I open VS Code in Windows and configure the default terminal is WSL it will launch zsh.Linux DESKTOP-GR5DSKM 4.4.0-18362-Microsoft #1-Microsoft Mon Mar 18 12:02:00 PST 2019 x86_64 x86_64 x86_64 GNU/Linux
Steps to Reproduce:
Does this issue occur when you try this locally?: Yes.
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: