Skip to content

Commit

Permalink
fix: set last arg builder for code lens run as well
Browse files Browse the repository at this point in the history
  • Loading branch information
elonmallin committed Nov 25, 2023
1 parent 47fa15f commit 6f3b5e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/phpunittest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export class TestRunner {
argBuilder.withPathMappings(pathMappings, vscode.workspace.workspaceFolders![0].uri.fsPath);
}

this.lastArgBuilder = argBuilder;
const runConfig = await driver.run(argBuilder.buildArgs());

if (config.get<string>("clearOutputOnRun")) {
Expand Down

0 comments on commit 6f3b5e4

Please sign in to comment.