mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
notebooks: improve renderer message passing
Fixes https://github.com/microsoft/vscode/issues/122944
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user