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 48418d4 commit 0c41864Copy full SHA for 0c41864
src/config.ts
@@ -194,4 +194,4 @@ function getConfig(section: string, uri?: vscode.Uri) {
194
}
195
196
// True if the extension is running in known cloud-based IDEs.
197
-export const IsInCloudIDE = process.env.CLOUD_SHELL === 'true' || process.env.CODESPACES === 'true';
+export const IsInCloudIDE = process.env.CLOUD_SHELL === 'true' || process.env.CODESPACES === 'true' || !!process.env.GITPOD_WORKSPACE_ID;
0 commit comments