Skip to content

Commit 6f83fe6

Browse files
committed
Accidentally made a recursive rather than reference what I wanted to. Thanks Copilot...
1 parent 2864d0a commit 6f83fe6

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)