File tree 1 file changed +1
-1
lines changed
arduino-ide-extension/src/browser/theia/core
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
- import { nls } from '@theia/core/lib/common/nls' ;
2
1
import * as remote from '@theia/core/electron-shared/@electron/remote' ;
3
2
import { FrontendApplication } from '@theia/core/lib/browser/frontend-application' ;
4
3
import { FrontendApplicationConfigProvider } from '@theia/core/lib/browser/frontend-application-config-provider' ;
@@ -8,6 +7,7 @@ import { Widget } from '@theia/core/lib/browser/widgets/widget';
8
7
import { WindowTitleUpdater as TheiaWindowTitleUpdater } from '@theia/core/lib/browser/window/window-title-updater' ;
9
8
import { ApplicationServer } from '@theia/core/lib/common/application-protocol' ;
10
9
import { DisposableCollection } from '@theia/core/lib/common/disposable' ;
10
+ import { nls } from '@theia/core/lib/common/nls' ;
11
11
import { isOSX } from '@theia/core/lib/common/os' ;
12
12
import {
13
13
inject ,
You can’t perform that action at this time.
0 commit comments