fix compile errors, evolve internal API about kernel selection

This commit is contained in:
Johannes Rieken
2021-04-13 14:29:46 +02:00
parent 1aa4efcd7a
commit fcd005ce8c
8 changed files with 22 additions and 21 deletions

View File

@@ -1952,7 +1952,7 @@ export interface ExtHostNotebookEditorsShape {
}
export interface ExtHostNotebookKernelsShape {
$acceptSelection(handle: number, value: boolean): void;
$acceptSelection(handle: number, uri: UriComponents, value: boolean): void;
$executeCells(handle: number, uri: UriComponents, ranges: ICellRange[]): void;
$cancelCells(handle: number, uri: UriComponents, ranges: ICellRange[]): void;
}