Skip to content

fix: Rename coder to sshd 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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

kylecarbs
Copy link
Member

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

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
@kylecarbs kylecarbs requested a review from code-asher April 12, 2022 02:07
@kylecarbs kylecarbs self-assigned this Apr 12, 2022
@codecov
Copy link

codecov bot commented Apr 12, 2022

Codecov Report

Merging #974 (6a32af4) into main (e8b1a57) will increase coverage by 0.06%.
The diff coverage is n/a.

@@            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     
Flag Coverage Δ
unittest-go-macos-latest 53.61% <ø> (-0.17%) ⬇️
unittest-go-postgres- 66.42% <ø> (+0.11%) ⬆️
unittest-go-ubuntu-latest 56.26% <ø> (+0.03%) ⬆️
unittest-go-windows-2022 53.03% <ø> (+0.04%) ⬆️
unittest-js 61.56% <ø> (ø)
Impacted Files Coverage Δ
provisionersdk/agent.go 100.00% <ø> (ø)
pty/start_other.go 64.70% <0.00%> (-23.53%) ⬇️
peerbroker/dial.go 77.04% <0.00%> (-6.56%) ⬇️
peer/channel.go 83.23% <0.00%> (-1.74%) ⬇️
peer/conn.go 80.96% <0.00%> (-0.51%) ⬇️
coderd/provisionerdaemons.go 63.00% <0.00%> (-0.51%) ⬇️
coderd/database/queries.sql.go 83.67% <0.00%> (+0.21%) ⬆️
provisioner/terraform/provision.go 68.54% <0.00%> (+0.43%) ⬆️
provisionerd/provisionerd.go 81.17% <0.00%> (+1.17%) ⬆️
coderd/workspaceagents.go 61.77% <0.00%> (+1.77%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e8b1a57...6a32af4. Read the comment docs.

Copy link
Member

@code-asher code-asher left a 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

@kylecarbs
Copy link
Member Author

Waiting for us to be open-sourced and someone to ask why the heck we call ourselves sshd...

@kylecarbs kylecarbs merged commit db9d5b7 into main Apr 12, 2022
@kylecarbs kylecarbs deleted the windowcode branch April 12, 2022 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants