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.
2 parents e6e38a5 + f5c6aca commit 890fd5eCopy full SHA for 890fd5e
src/extension.ts
@@ -266,10 +266,9 @@ export async function activate(context: vscode.ExtensionContext) {
266
if (!isCloud9()) {
267
await activateCWChat(extContext.extensionContext)
268
await activateQGumby(extContext)
269
+ await activateApplicationComposer(context)
270
}
271
- await activateApplicationComposer(context)
272
-
273
await activateStepFunctions(context, awsContext, toolkitOutputChannel)
274
275
await activateRedshift(extContext)
0 commit comments