We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c448a5 commit 3adc3bcCopy full SHA for 3adc3bc
components/dashboard/src/service/service.tsx
@@ -351,7 +351,7 @@ export class IDEFrontendService implements IDEFrontendDashboardService.IServer {
351
desktopLink.protocol === "jetbrains:" &&
352
!desktopLink.href.startsWith("jetbrains://gateway/io.gitpod.toolbox.gateway/")
353
) {
354
- redirect = false;
+ redirect = true;
355
}
356
} catch (e) {
357
console.error("invalid desktop link:", e);
0 commit comments