We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb6338 commit 1631817Copy full SHA for 1631817
src/core/platform.ts
@@ -42,7 +42,7 @@ export function gitHubCodespacePortForwardingDomain() {
42
}
43
44
export function isGitHubCodespaces() {
45
- return !!gitHubCodespacePortForwardingDomain() || !!gitHubCodespaceName();
+ return !!gitHubCodespacePortForwardingDomain() && !!gitHubCodespaceName();
46
47
48
export function gitHubCodeSpacesProxyUri() {
0 commit comments