mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
mimetype and remove revert.
This commit is contained in:
@@ -1586,7 +1586,6 @@ export interface ExtHostNotebookShape {
|
||||
$executeNotebook2(kernelId: string, viewType: string, uri: UriComponents, cellHandle: number | undefined, token: CancellationToken): Promise<void>;
|
||||
$saveNotebook(viewType: string, uri: UriComponents, token: CancellationToken): Promise<boolean>;
|
||||
$saveNotebookAs(viewType: string, uri: UriComponents, target: UriComponents, token: CancellationToken): Promise<boolean>;
|
||||
$revert(viewType: string, uri: UriComponents, cancellation: CancellationToken): Promise<void>;
|
||||
$backup(viewType: string, uri: UriComponents, cancellation: CancellationToken): Promise<string | undefined>;
|
||||
$acceptDisplayOrder(displayOrder: INotebookDisplayOrder): void;
|
||||
$renderOutputs(uriComponents: UriComponents, id: string, request: IOutputRenderRequest<UriComponents>): Promise<IOutputRenderResponse<UriComponents> | undefined>;
|
||||
|
||||
Reference in New Issue
Block a user