remove old mime types, application/x.notebookABC

This commit is contained in:
Johannes Rieken
2021-06-07 15:42:10 +02:00
parent ca92f34eb2
commit 826f9e99a4
3 changed files with 0 additions and 8 deletions

View File

@@ -121,8 +121,6 @@ export class MainThreadNotebookEditors implements MainThreadNotebookEditorsShape
return editor.textModel.applyEdits(cellEdits, true, undefined, () => undefined, undefined);
}
async $tryShowNotebookDocument(resource: UriComponents, viewType: string, options: INotebookDocumentShowOptions): Promise<string> {
const editorOptions: INotebookEditorOptions = {
cellSelections: options.selections,