-
Notifications
You must be signed in to change notification settings - Fork 891
fix: VSCode desktop connection #7120
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
Conversation
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.
Nice find! We should probably add a unit test for this change though.
See here:
Line 1361 in 17f692a
func TestAgent_Startup(t *testing.T) { |
We should probably also document this in docs/template/open-in-coder.md
.
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.
LGTM, nice work!
Co-authored-by: Mathias Fredriksson <[email protected]>
This PR fixes an issue with VS Code Desktop connection when the URI becomes invalid if the
dir
incoder_agent
resource is not an absolute path or does not start with~
.Fixes coder/vscode-coder#80