mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
notebooks: improve renderer message passing
Fixes https://github.com/microsoft/vscode/issues/122944
This commit is contained in:
@@ -242,7 +242,7 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
|
||||
}
|
||||
}
|
||||
|
||||
$acceptRendererMessage(handle: number, editorId: string, message: any): void {
|
||||
$acceptKernelMessageFromRenderer(handle: number, editorId: string, message: any): void {
|
||||
const obj = this._kernelData.get(handle);
|
||||
if (!obj) {
|
||||
// extension can dispose kernels in the meantime
|
||||
|
||||
Reference in New Issue
Block a user