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 1ec6f76 commit 93c82feCopy full SHA for 93c82fe
src/extension.ts
@@ -62,7 +62,7 @@ export async function activate(context: ExtensionContext) {
62
);
63
context.subscriptions.push(localStackStatusTracker);
64
65
- outputChannel.trace(`[setup-status-tracker]: Starting...`);
+ outputChannel.trace(`[setup-status]: Starting...`);
66
const startStatusTracker = Date.now();
67
const setupStatusTracker = await createSetupStatusTracker(
68
outputChannel,
0 commit comments