Skip to content

Commit

Permalink
fixup: toolbox url
Browse files Browse the repository at this point in the history
  • Loading branch information
mustard-mh committed Jul 15, 2024
1 parent 9e8194c commit fcba274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/ide/jetbrains/launcher/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ func resolveToolboxLink(wsInfo *supervisor.WorkspaceInfoResponse) (string, error
link := url.URL{
Scheme: "jetbrains",
Host: "gateway",
Fragment: fmt.Sprintf("io.gitpod.toolbox.gateway/open-in-toolbox?host=%s&workspaceId=%s&debugWorkspace=%t", gitpodUrl.Hostname(), wsInfo.WorkspaceId, debugWorkspace),
Path: "io.gitpod.toolbox.gateway/open-in-toolbox",
RawQuery: fmt.Sprintf("host=%s&workspaceId=%s&debugWorkspace=%t", gitpodUrl.Hostname(), wsInfo.WorkspaceId, debugWorkspace),
}
return link.String(), nil
}
Expand Down

0 comments on commit fcba274

Please sign in to comment.