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 41cb00b commit 574ac73Copy full SHA for 574ac73
src/extension.ts
@@ -53,7 +53,7 @@ export async function activate(context: ExtensionContext) {
53
);
54
context.subscriptions.push(containerStatusTracker);
55
56
- const localStackStatusTracker = await createLocalStackStatusTracker(
+ const localStackStatusTracker = createLocalStackStatusTracker(
57
containerStatusTracker,
58
outputChannel,
59
timeTracker,
0 commit comments