Skip to content

Commit 0c41864

Browse files
authored
Add Gitpod to the known cloud-based IDEs
1 parent 48418d4 commit 0c41864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,4 @@ function getConfig(section: string, uri?: vscode.Uri) {
194194
}
195195

196196
// True if the extension is running in known cloud-based IDEs.
197-
export const IsInCloudIDE = process.env.CLOUD_SHELL === 'true' || process.env.CODESPACES === 'true';
197+
export const IsInCloudIDE = process.env.CLOUD_SHELL === 'true' || process.env.CODESPACES === 'true' || !!process.env.GITPOD_WORKSPACE_ID;

0 commit comments

Comments
 (0)