We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac331f commit 9d1899eCopy full SHA for 9d1899e
src/arduino/arduino.ts
@@ -692,7 +692,7 @@ export class ArduinoApp {
692
// TODO EW: What should we do with pre-/post build commands when running
693
// analysis? Some could use it to generate/manipulate code which could
694
// be a prerequisite for a successful build
695
- if (dc.prebuild && !await this.runPrePostBuildCommand(dc, env, "pre")) {
+ if (!await this.runPrePostBuildCommand(dc, env, "pre")) {
696
return false;
697
}
698
0 commit comments