File tree 1 file changed +0
-19
lines changed
arduino-ide-extension/src/browser/contributions
1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -80,25 +80,6 @@ export class CheckForUpdates extends Contribution {
80
80
] ) ;
81
81
this . promptUpdateBoards ( boardsPackages ) ;
82
82
this . promptUpdateLibraries ( libraryPackages ) ;
83
- // const args = this.infoArgs(libraryPackages, boardsPackages);
84
- // if (args) {
85
- // const { message, actions } = args;
86
- // this.messageService.info(message, ...actions).then((answer) => {
87
- // if (answer === InstallAll) {
88
- // const tasks = this.installAllTasks(
89
- // libraryPackages,
90
- // boardsPackages,
91
- // answer
92
- // );
93
- // return this.executeTasks(tasks);
94
- // }
95
- // // Install manually is not available if both boards and libraries can be updated.
96
- // if (answer === InstallManually) {
97
-
98
- // }
99
- // });
100
- // } else if (!silent) {
101
- // }
102
83
if ( ! libraryPackages . length && ! boardsPackages . length && ! silent ) {
103
84
this . messageService . info ( NoUpdates ) ;
104
85
}
You can’t perform that action at this time.
0 commit comments