- Notifications
You must be signed in to change notification settings - Fork928
fix: Renamecoder
tosshd
on Windows for VS Code Remote support#974
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
On Windows, VS Code Remote requires a parent process of theexecuting shell to be named sshd, otherwise it fails. See:microsoft/vscode-remote-release#5699
codecovbot commentedApr 12, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #974 +/- ##==========================================+ Coverage 66.70% 66.76% +0.06%========================================== Files 241 241 Lines 14577 14577 Branches 115 115 ==========================================+ Hits 9724 9733 +9+ Misses 3867 3865 -2+ Partials 986 979 -7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This is the best jank
Waiting for us to be open-sourced and someone to ask why the heck we call ourselves |
On Windows, VS Code Remote requires a parent process of the
executing shell to be named sshd, otherwise it fails. See:
microsoft/vscode-remote-release#5699