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 2ed715d commit 971c86dCopy full SHA for 971c86d
src/extension.ts
@@ -50,7 +50,7 @@ export async function activate(context: ExtensionContext) {
50
statusBarItem.text = "$(loading~spin) LocalStack";
51
statusBarItem.show();
52
53
- const containerStatusTracker = await createContainerStatusTracker(
+ const containerStatusTracker = createContainerStatusTracker(
54
"localstack-main",
55
outputChannel,
56
timeTracker,
0 commit comments