Skip to content

Commit 0d4d063

Browse files
committed
fix: subscribe SetupStatusTracker disposable
The `SetupStatusTracker` disposable was not subscribed to the VS Code context.
1 parent 7ed792b commit 0d4d063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ export async function activate(context: ExtensionContext) {
4646
);
4747
context.subscriptions.push(localStackStatusTracker);
4848

49+
context.subscriptions.push(setupStatusTracker);
4950
const setupStatusTracker = await createSetupStatusTracker(outputChannel);
5051

5152
const sessionId = await getOrCreateExtensionSessionId(context);

0 commit comments

Comments
 (0)