Skip to content

Commit

Permalink
Fix for issue #1096 (#1097)
Browse files Browse the repository at this point in the history
* Fix for issue #1092

* Fix for issue #1092

* Fix for issue #1096
  • Loading branch information
dyarkovoy authored Dec 18, 2023
1 parent 0299537 commit a910f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qemu/mergeFlashBin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export async function mergeFlashBinaries(
wsFolder
);
const curWorkspaceFolder = workspace.workspaceFolders.find(
(w) => w.uri === this.curWorkspace
(w) => w.uri === wsFolder
);
const mergePresentationOptions = {
reveal: showTaskOutput,
Expand Down

0 comments on commit a910f68

Please sign in to comment.