You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arduino-ide-extension/src/browser/boards/boards-auto-installer.ts
+3-3
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,17 @@ export class BoardsAutoInstaller implements FrontendApplicationContribution {
43
43
// tslint:disable-next-line:max-line-length
44
44
this.messageService.info(`The \`"${candidate.name}"\` core has to be installed for the currently selected \`"${selectedBoard.name}"\` board. Do you want to install it now?`,'Yes','Install Manually').then(asyncanswer=>{
0 commit comments