Skip to content

Commit

Permalink
fix: incorrect filepath on windows (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke authored Aug 28, 2024
1 parent d4ec666 commit 5d45820
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 810 deletions.
2 changes: 1 addition & 1 deletion src/editors/TestGenerationPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export class TestGenerationPanel {
this._storage.getHistoryUri(),
message.data.testRecordId,
message.data.filename,
).path,
).fsPath,
),
);
return;
Expand Down
267 changes: 0 additions & 267 deletions src/panels/sidebar.ts

This file was deleted.

Loading

0 comments on commit 5d45820

Please sign in to comment.