MCPcopy
hub / github.com/PowerShell/vscode-powershell / setSessionBusyStatus

Method setSessionBusyStatus

src/session.ts:1263–1265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1261 }
1262
1263 private setSessionBusyStatus(): void {
1264 this.setSessionStatus("Executing...", SessionStatus.Busy);
1265 }
1266
1267 private async setSessionFailedOpenBug(message: string): Promise<void> {
1268 this.setSessionStatus("Startup Error!", SessionStatus.Failed);

Callers 1

startLanguageClientMethod · 0.95

Calls 1

setSessionStatusMethod · 0.95

Tested by

no test coverage detected