Skip to content

Commit

Permalink
VSC-446 Resolve WS_DIR for batch builds
Browse files Browse the repository at this point in the history
Closes #71
  • Loading branch information
HampusAdolfsson committed Mar 4, 2024
1 parent 07e67f4 commit 708146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/ui/batchbuildcommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export namespace BatchBuild {
command: this.buildcommand,
builder: ExtensionState.getInstance().workbenches.selected?.builderPath,
contexts: contexts,
argumentVariablesFile: "${command:iar-config.argument-variables-file}",
argumentVariablesFile: "${command:iar-config.workspace-file}",
extraBuildArguments: undefined,
problemMatcher: ["$iar-cc", "$iar-linker"]
};
Expand Down

0 comments on commit 708146a

Please sign in to comment.