mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
fix compile errors, evolve internal API about kernel selection
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user