Skip to content
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

Remote WSL should use the default shell of the WSL distribution #1082

Closed
ricardosantos9521 opened this issue Jul 31, 2019 · 3 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded wsl Issue in vscode-remote WSL
Milestone

Comments

@ricardosantos9521
Copy link

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.

  • VSCode Version: 1.37 Insider
  • Local OS Version: Windows 10
  • Remote OS Version: Ubuntu 18.04.2 LTS
  • Remote Extension/Connection Type: WSL

Steps to Reproduce:

  1. Open a windows with the WSL
  2. Open terminal

The terminal should use the default shell of the WSL distribution (as in previous versions of the extension):

image

In the current version of the extension uses sh:
image

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

@Tyriar Tyriar added the wsl Issue in vscode-remote WSL label Aug 7, 2019
@Tyriar
Copy link
Member

Tyriar commented Aug 7, 2019

I'm hitting this as well

@Tyriar
Copy link
Member

Tyriar commented Aug 7, 2019

This was caused by the fix for microsoft/vscode#77242

@Tyriar Tyriar self-assigned this Aug 7, 2019
@Tyriar Tyriar added the bug Issue identified by VS Code Team member as probable bug label Aug 7, 2019
@Tyriar Tyriar added this to the August 2019 milestone Aug 7, 2019
@Tyriar
Copy link
Member

Tyriar commented Aug 7, 2019

This should be fixed soon, in the meantime you can set the shell explicitly: "terminal.integrated.shell.linux": "/bin/bash"

@Tyriar Tyriar closed this as completed Aug 8, 2019
@alexr00 alexr00 added the verified Verification succeeded label Aug 30, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded wsl Issue in vscode-remote WSL
Projects
None yet
Development

No branches or pull requests

4 participants