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 80e081c commit 24a7eb5Copy full SHA for 24a7eb5
src/extension.ts
@@ -262,9 +262,10 @@ export async function activate(context: vscode.ExtensionContext) {
262
263
await activateSchemas(extContext)
264
265
- await activateCWChat(extContext.extensionContext)
266
-
267
- await activateQGumby(extContext)
+ if (isCloud9()) {
+ await activateCWChat(extContext.extensionContext)
+ await activateQGumby(extContext)
268
+ }
269
270
await activateStepFunctions(context, awsContext, toolkitOutputChannel)
271
0 commit comments