Skip to content

feat: Add vscodeipc subcommand for VS Code Extension #5326

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 15 commits into from
Dec 18, 2022
Prev Previous commit
Next Next commit
Merge branch 'main' into vscodeext
  • Loading branch information
kylecarbs committed Dec 6, 2022
commit cece1a53e2805cfca5c6ec04eb268928ee4a4c99
1 change: 0 additions & 1 deletion cli/vscodeipc/vscodeipc.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ func (api *api) execute(w http.ResponseWriter, r *http.Request) {
api.sshClient, api.sshClientErr = api.agentConn.SSHClient(context.Background())
})
if api.sshClientErr != nil {
fmt.Printf("WE GOT TO BEGIN ERR! %s\n", api.sshClientErr)
httpapi.Write(r.Context(), w, http.StatusInternalServerError, codersdk.Response{
Message: "Failed to create SSH client.",
Detail: api.sshClientErr.Error(),
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.