Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PowerShell/vscode-powershell
/ getLogUri
Method
getLogUri
src/features/ExternalApi.ts:206–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
204
}
205
206
public getLogUri(): vscode.Uri {
207
return
this.extensionContext.logUri.with({ scheme:
"file"
});
208
}
209
210
public dispose(): void {
211
// Nothing to dispose.
Callers
1
activate
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected