microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.6k stars 273 forks source link

cannot ssh into macos with pwsh as shell #6232

Open sbatten opened 2 years ago

sbatten commented 2 years ago

Testing #6220

On macos, my shell is pwsh Trying to ssh with the extension to macos causes a failure

tanhakabir commented 2 years ago

What error do you see? I do believe we hardcode to use bash which should also exist on your macOS?

tanhakabir commented 2 years ago

This is potentially issue with how on Windows machines we wait to start up PowerShell before sending commands. However, with macOS we don't do that and if you have PowerShell as your default shell, this could cause corruptions

github-actions[bot] commented 2 years ago

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!