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

Method refreshSessionStatus

src/session.ts:1255–1257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1253
1254 // Refreshes the Language Status Item details with ehe same status.
1255 private refreshSessionStatus(): void {
1256 this.setSessionStatus("", this.sessionStatus);
1257 }
1258
1259 private setSessionRunningStatus(): void {
1260 this.setSessionStatus("", SessionStatus.Running);

Callers 1

startMethod · 0.95

Calls 1

setSessionStatusMethod · 0.95

Tested by

no test coverage detected