Skip to content

Commit fcba274

Browse files
committed
fixup: toolbox url
1 parent 9e8194c commit fcba274

File tree

1 file changed

+2
-1
lines changed
  • components/ide/jetbrains/launcher

1 file changed

+2
-1
lines changed

components/ide/jetbrains/launcher/main.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ func resolveToolboxLink(wsInfo *supervisor.WorkspaceInfoResponse) (string, error
397397
link := url.URL{
398398
Scheme: "jetbrains",
399399
Host: "gateway",
400-
Fragment: fmt.Sprintf("io.gitpod.toolbox.gateway/open-in-toolbox?host=%s&workspaceId=%s&debugWorkspace=%t", gitpodUrl.Hostname(), wsInfo.WorkspaceId, debugWorkspace),
400+
Path: "io.gitpod.toolbox.gateway/open-in-toolbox",
401+
RawQuery: fmt.Sprintf("host=%s&workspaceId=%s&debugWorkspace=%t", gitpodUrl.Hostname(), wsInfo.WorkspaceId, debugWorkspace),
401402
}
402403
return link.String(), nil
403404
}

0 commit comments

Comments
 (0)