Update Theia to 1.22.1 (#791)

This commit is contained in:
Mark Sujew
2022-02-11 15:25:35 +01:00
committed by GitHub
parent 69ac1f4779
commit 112153fb96
36 changed files with 709 additions and 1393 deletions

View File

@@ -1,6 +1,6 @@
import { inject, injectable } from 'inversify';
import { toArray } from '@phosphor/algorithm';
import { remote } from 'electron';
import * as remote from '@theia/core/electron-shared/@electron/remote';
import { MonacoEditor } from '@theia/monaco/lib/browser/monaco-editor';
import { EditorManager } from '@theia/editor/lib/browser/editor-manager';
import { ApplicationShell } from '@theia/core/lib/browser/shell/application-shell';