This commit is contained in:
Johannes Rieken
2021-05-07 14:16:00 +02:00
parent b177753668
commit f9b5f8f624
4 changed files with 7 additions and 7 deletions

View File

@@ -203,7 +203,7 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
return controller;
}
$acceptSelection(handle: number, uri: UriComponents, value: boolean): void {
$acceptNotebookAssociation(handle: number, uri: UriComponents, value: boolean): void {
const obj = this._kernelData.get(handle);
if (obj) {
// update data structure