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

Method getStorageUri

src/features/ExternalApi.ts:200–204  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198 }
199
200 public getStorageUri(): vscode.Uri {
201 // We have to override the scheme because it defaults to
202 // 'vscode-userdata' which breaks UNC paths.
203 return this.extensionContext.globalStorageUri.with({ scheme: "file" });
204 }
205
206 public getLogUri(): vscode.Uri {
207 return this.extensionContext.logUri.with({ scheme: "file" });

Callers 1

activateFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected