From 1cb62b182c5945f58df116e735444f9a7c125ddd Mon Sep 17 00:00:00 2001 From: Jake Shorty Date: Thu, 8 Dec 2022 18:36:26 +0000 Subject: [PATCH] Use new domain for forwarded ports --- pkg/cmd/codespace/ports.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/codespace/ports.go b/pkg/cmd/codespace/ports.go index 5b55f0c5d..47fd4d979 100644 --- a/pkg/cmd/codespace/ports.go +++ b/pkg/cmd/codespace/ports.go @@ -131,7 +131,7 @@ type portInfo struct { } func (pi *portInfo) BrowseURL() string { - return fmt.Sprintf("https://%s-%d.githubpreview.dev", pi.codespace.Name, pi.Port.SourcePort) + return fmt.Sprintf("https://%s-%d.preview.app.github.dev", pi.codespace.Name, pi.Port.SourcePort) } func (pi *portInfo) Label() string {