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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
support remote sessions within vscode.
I can access using ssh sing, but I think vscode has a problem since it runs ssh -T ... sing
ssh sing
ssh -T ... sing
Host sing HostName cs022 # ANNOYING: change every time you submit a job RemoteCommand /path/to/sing RequestTTY yes # NECESSARY User YOUR-NETID # CHANGE ProxyCommand ssh greene nc %h %p 2> /dev/null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
support remote sessions within vscode.
I can access using
ssh sing
, but I think vscode has a problem since it runsssh -T ... sing
The text was updated successfully, but these errors were encountered: