mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
make INotebookKernel2 extends INotebookKernel
This commit is contained in:
@@ -1964,8 +1964,8 @@ export interface ExtHostNotebookEditorsShape {
|
||||
|
||||
export interface ExtHostNotebookKernelsShape {
|
||||
$acceptSelection(handle: number, uri: UriComponents, value: boolean): void;
|
||||
$executeCells(handle: number, uri: UriComponents, ranges: ICellRange[]): void;
|
||||
$cancelCells(handle: number, uri: UriComponents, ranges: ICellRange[]): void;
|
||||
$executeCells(handle: number, uri: UriComponents, ranges: ICellRange[]): Promise<void>;
|
||||
$cancelCells(handle: number, uri: UriComponents, ranges: ICellRange[]): Promise<void>;
|
||||
$acceptRendererMessage(handle: number, editorId: string, message: any): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user