Skip to content

Commit 9b77ed3

Browse files
JustinGroteandyleejordan
authored andcommitted
Accidentally made a recursive rather than reference what I wanted to. Thanks Copilot...
1 parent 1846910 commit 9b77ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/ExternalApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export class ExternalApiFeature implements IPowerShellExtensionClient {
173173
}
174174

175175
public getLogUri(): vscode.Uri {
176-
return this.getLogUri().with({ scheme: "file"});
176+
return this.extensionContext.logUri.with({ scheme: "file"});
177177
}
178178

179179
public dispose(): void {

0 commit comments

Comments
 (0)