Skip to content

fix 180: prevent erroneous "auto-reconnect"(s) in board selector #1328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Aug 24, 2022
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into 180-board-selection
  • Loading branch information
davegarthsimpson committed Aug 16, 2022
commit 189a6f2eac9908468852ee550f66168b87c626e9
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ export class UploadSketch extends CoreServiceContribution {
this.uploadInProgress = true;
this.onDidChangeEmitter.fire();
this.notificationCenter.notifyUploadInProgress(this.uploadInProgress);
this.clearVisibleNotification();

const verifyOptions =
await this.commandService.executeCommand<CoreService.Options.Compile>(
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.