Skip to content

Commit 6acbf40

Browse files
committed
Fix comment.
1 parent ef21900 commit 6acbf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export function setIntelliSenseProgress(progress: number): void {
306306
}
307307
}
308308

309-
export function getProgressDebuggerStarted(): number { return progressDebuggerStarted; } // Debugger was successfully initialized.
309+
export function getProgressDebuggerStarted(): number { return progressDebuggerStarted; } // Debugger initialization was started.
310310
export function getProgressDebuggerSuccess(): number { return progressDebuggerSuccess; } // Debugger was successfully initialized.
311311
export function getProgressExecutableStarted(): number { return progressExecutableStarted; } // The extension was activated and starting the executable was attempted.
312312
export function getProgressCopilotSuccess(): number { return progressCopilotSuccess; } // Copilot activation was successful.

0 commit comments

Comments
 (0)