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 62494cf commit b224ef7Copy full SHA for b224ef7
src/utils/setup-status.ts
@@ -24,7 +24,7 @@ export async function createSetupStatusTracker(
24
const emitter = createEmitter<SetupStatus>(outputChannel);
25
const end = Date.now();
26
outputChannel.trace(
27
- `[setup-status-tracker]: Initialized dependencies in ${ms(end - start, { long: true })}`,
+ `[setup-status]: Initialized dependencies in ${ms(end - start, { long: true })}`,
28
);
29
30
let timeout: NodeJS.Timeout | undefined;
0 commit comments