-
Notifications
You must be signed in to change notification settings - Fork 331
RemoteCommand with SSH is ignored #158
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
Comments
Sorry for the delayed response. To set your default shell, use the setting |
How am I supposed to set it per server? Doesn’t sound like a viable solution to me. |
@MOZGIII F1 > Preferences: Open Remote Settings when connected to the SSH host. Also available from the settings UI under the remote tab. See https://code.visualstudio.com/docs/remote/ssh#_ssh-hostspecific-settings |
Cool, works for me |
I've experienced the same issue while trying to use
Logs showed me the extension was adding
|
Yes, this isn't supported. We just use ssh to forward a port from the server, and ssh doesn't allow you to use RemoteCommand while forwarding a port (and it wouldn't have the affect you expect anyway) |
Steps to Reproduce:
RemoteCommand
to my custom shell I like to use for ssh connections at.ssh/config
.Does this issue occur when you try this locally?: Not applicable
Does this issue occur when you try this locally and all extensions are disabled?: Not applicable
The text was updated successfully, but these errors were encountered: