mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
execute by cell-handle, kernel manager has only execute/cancel cells, also "fix" isNotebookCellData fyi @rebornix
This commit is contained in:
@@ -1953,8 +1953,8 @@ export interface ExtHostNotebookEditorsShape {
|
||||
|
||||
export interface ExtHostNotebookKernelsShape {
|
||||
$acceptSelection(handle: number, uri: UriComponents, value: boolean): void;
|
||||
$executeCells(handle: number, uri: UriComponents, ranges: ICellRange[]): Promise<void>;
|
||||
$cancelCells(handle: number, uri: UriComponents, ranges: ICellRange[]): Promise<void>;
|
||||
$executeCells(handle: number, uri: UriComponents, handles: number[]): Promise<void>;
|
||||
$cancelCells(handle: number, uri: UriComponents, handles: number[]): Promise<void>;
|
||||
$acceptRendererMessage(handle: number, editorId: string, message: any): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user