remove unknown content change in nb text model.

This commit is contained in:
rebornix
2021-02-02 12:54:11 -08:00
parent acb300b004
commit 66635b8bd6
5 changed files with 3 additions and 50 deletions

View File

@@ -809,7 +809,6 @@ export interface MainThreadNotebookShape extends IDisposable {
$registerNotebookEditorDecorationType(key: string, options: INotebookDecorationRenderOptions): void;
$removeNotebookEditorDecorationType(key: string): void;
$trySetDecorations(id: string, range: ICellRange, decorationKey: string): void;
$onContentChange(resource: UriComponents, viewType: string): void;
}
export interface MainThreadUrlsShape extends IDisposable {