mimetype and remove revert.

This commit is contained in:
rebornix
2020-06-16 14:55:12 -07:00
parent 89e41e3300
commit 8ad77ef2b6
8 changed files with 6 additions and 30 deletions

View File

@@ -662,10 +662,6 @@ export class MainThreadNotebookController implements IMainNotebookController {
const backupId = await this._proxy.$backup(this._viewType, uri, token);
return backupId;
}
async revert(uri: URI, token: CancellationToken): Promise<void> {
return this._proxy.$revert(this._viewType, uri, token);
}
}
export class MainThreadNotebookKernel implements INotebookKernelInfo {