Skip to content

Commit 890fd5e

Browse files
author
Apurva
authored
Merge pull request #1565 from ajantrania/starling/cloud-9-only
fix(AppComposer) - Disable in Cloud9
2 parents e6e38a5 + f5c6aca commit 890fd5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extension.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,9 @@ export async function activate(context: vscode.ExtensionContext) {
266266
if (!isCloud9()) {
267267
await activateCWChat(extContext.extensionContext)
268268
await activateQGumby(extContext)
269+
await activateApplicationComposer(context)
269270
}
270271

271-
await activateApplicationComposer(context)
272-
273272
await activateStepFunctions(context, awsContext, toolkitOutputChannel)
274273

275274
await activateRedshift(extContext)

0 commit comments

Comments
 (0)