1
+ import type { AbstractViewContribution } from '@theia/core/lib/browser/shell/view-contribution' ;
1
2
import { nls } from '@theia/core/lib/common/nls' ;
2
3
import { inject , injectable } from '@theia/core/shared/inversify' ;
3
4
import { InstallManually , Later } from '../../common/nls' ;
@@ -10,18 +11,17 @@ import {
10
11
ResponseServiceClient ,
11
12
Searchable ,
12
13
} from '../../common/protocol' ;
13
- import { Contribution , CommandRegistry , Command } from './contribution' ;
14
14
import { Installable } from '../../common/protocol/installable' ;
15
15
import { ExecuteWithProgress } from '../../common/protocol/progressible' ;
16
- import { WindowServiceExt } from '../theia/core/window-service-ext' ;
17
16
import { BoardsListWidgetFrontendContribution } from '../boards/boards-widget-frontend-contribution' ;
18
17
import { LibraryListWidgetFrontendContribution } from '../library/library-widget-frontend-contribution' ;
19
- import { ListWidget } from '../widgets/component-list/list-widget' ;
20
- import { AbstractViewContribution } from '@theia/core/lib/browser' ;
18
+ import { WindowServiceExt } from '../theia/core/window-service-ext' ;
19
+ import type { ListWidget } from '../widgets/component-list/list-widget' ;
20
+ import { Command , CommandRegistry , Contribution } from './contribution' ;
21
21
22
22
const NoUpdates = nls . localize (
23
23
'arduino/checkForUpdates/noUpdates' ,
24
- 'No updates were found .'
24
+ 'There are no recent updates available .'
25
25
) ;
26
26
const UpdatesBoards = nls . localize (
27
27
'arduino/checkForUpdates/updatedBoth' ,
0 commit comments