Merge branch 'notebook/dev' into main

This commit is contained in:
rebornix
2021-05-04 15:31:11 -07:00
14 changed files with 747 additions and 605 deletions

View File

@@ -1955,7 +1955,7 @@ export interface ExtHostNotebookKernelsShape {
$acceptSelection(handle: number, uri: UriComponents, value: boolean): 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;
$acceptKernelMessageFromRenderer(handle: number, editorId: string, message: any): void;
}
export interface ExtHostStorageShape {