Skip to content

Commit 39ee065

Browse files
Update src/extension.ts
Co-authored-by: Nikolas Komonen <[email protected]>
1 parent 24a7eb5 commit 39ee065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export async function activate(context: vscode.ExtensionContext) {
262262

263263
await activateSchemas(extContext)
264264

265-
if (isCloud9()) {
265+
if (!isCloud9()) {
266266
await activateCWChat(extContext.extensionContext)
267267
await activateQGumby(extContext)
268268
}

0 commit comments

Comments
 (0)