Skip to content

Commit

Permalink
6636
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Arad <dan.arad@sap.com>
  • Loading branch information
danarad05 committed Mar 4, 2021
1 parent 88fc113 commit 2023109
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { RPCProtocol } from '../../../common/rpc-protocol';
import { HostedPluginSupport } from '../../../hosted/browser/hosted-plugin';
import { PluginCustomEditorRegistry } from './plugin-custom-editor-registry';
import { CustomEditorWidget } from './custom-editor-widget';
import { Emitter, Event } from '@theia/core';
import { Emitter } from '@theia/core';
import { UriComponents } from '../../../common/uri-components';
import { URI } from 'vscode-uri';
import TheiaURI from '@theia/core/lib/common/uri';
Expand Down Expand Up @@ -247,7 +247,6 @@ export interface CustomEditorModel extends Saveable, Disposable {
readonly resource: URI;
readonly readonly: boolean;
readonly dirty: boolean;
readonly onDirtyChanged: Event<void>;

revert(options?: Saveable.RevertOptions): Promise<void>;
saveCustomEditor(options?: SaveOptions): Promise<void>;
Expand Down

0 comments on commit 2023109

Please sign in to comment.