Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! Try to find the file of diagostics from vscode.workspace.textD…
Browse files Browse the repository at this point in the history
…ocuments
tamuratak committed Oct 19, 2024
1 parent 74d2c51 commit 7ec0b20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/compilerloglib/core.ts
Original file line number Diff line number Diff line change
@@ -203,7 +203,6 @@ export class CompilerLogParser {

private async findFile(filePath: string): Promise<vscode.Uri | undefined> {
const uri = vscode.Uri.file(filePath)

if (await exists(uri)) {
return uri
}

0 comments on commit 7ec0b20

Please sign in to comment.