mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-14 01:34:20 +01:00
pipe variable change event through from extention API (#198572)
pipe variable change event through
This commit is contained in:
@@ -440,4 +440,8 @@ export class MainThreadNotebookKernels implements MainThreadNotebookKernelsShape
|
||||
emitter.fire(undefined);
|
||||
}
|
||||
}
|
||||
|
||||
$variablesUpdated(notebookUri: UriComponents): void {
|
||||
this._notebookKernelService.notifyVariablesChange(URI.revive(notebookUri));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user