You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extension/src/common.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ export function setIntelliSenseProgress(progress: number): void {
306
306
}
307
307
}
308
308
309
-
exportfunctiongetProgressDebuggerStarted(): number{returnprogressDebuggerStarted;}// Debugger was successfully initialized.
309
+
exportfunctiongetProgressDebuggerStarted(): number{returnprogressDebuggerStarted;}// Debugger initialization was started.
310
310
exportfunctiongetProgressDebuggerSuccess(): number{returnprogressDebuggerSuccess;}// Debugger was successfully initialized.
311
311
exportfunctiongetProgressExecutableStarted(): number{returnprogressExecutableStarted;}// The extension was activated and starting the executable was attempted.
312
312
exportfunctiongetProgressCopilotSuccess(): number{returnprogressCopilotSuccess;}// Copilot activation was successful.
0 commit comments