Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PowerShell/vscode-powershell
/ dispose
Method
dispose
src/logging.ts:319–321 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
317
this.channel.hide();
318
}
319
public dispose(): void {
320
this.channel.dispose();
321
}
322
// #endregion
323
}
324
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.45
Tested by
no test coverage detected