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,

View File

@@ -83,7 +83,6 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
let _executeHandler = handler ?? _defaultExecutHandler;
let _interruptHandler: ((this: vscode.NotebookController, notebook: vscode.NotebookDocument) => void | Thenable<void>) | undefined;
// todo@jrieken the selector needs to be massaged
this._proxy.$addKernel(handle, data).catch(err => {
// this can happen when a kernel with that ID is already registered
console.log(err);