MCPcopy Index your code
hub / github.com/PowerShell/vscode-powershell / setSessionRunningStatus

Method setSessionRunningStatus

src/session.ts:1259–1261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1257 }
1258
1259 private setSessionRunningStatus(): void {
1260 this.setSessionStatus("", SessionStatus.Running);
1261 }
1262
1263 private setSessionBusyStatus(): void {
1264 this.setSessionStatus("Executing...", SessionStatus.Busy);

Callers 2

startMethod · 0.95
startLanguageClientMethod · 0.95

Calls 1

setSessionStatusMethod · 0.95

Tested by

no test coverage detected