Skip to content

Commit

Permalink
Accidentally made a recursive rather than reference what I wanted to.…
Browse files Browse the repository at this point in the history
… Thanks Copilot...
  • Loading branch information
JustinGrote committed Nov 1, 2024
1 parent 2864d0a commit 6f83fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ExternalApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class ExternalApiFeature implements IPowerShellExtensionClient {
}

public getLogUri(): vscode.Uri {
return this.getLogUri().with({ scheme: "file"});
return this.extensionContext.logUri.with({ scheme: "file"});
}

public dispose(): void {
Expand Down

0 comments on commit 6f83fe6

Please sign in to comment.