💄 renames

This commit is contained in:
Johannes Rieken
2021-06-09 12:10:53 +02:00
parent 2a48e461f5
commit 654036f24f
9 changed files with 15 additions and 15 deletions

View File

@@ -189,7 +189,7 @@ export class MainThreadNotebookKernels implements MainThreadNotebookKernelsShape
}
}(data, this._modeService);
const listener = this._notebookKernelService.onDidChangeNotebookKernelBinding(e => {
const listener = this._notebookKernelService.onDidChangeSelectedNotebooks(e => {
if (e.oldKernel === kernel.id) {
this._proxy.$acceptNotebookAssociation(handle, e.notebook, false);
} else if (e.newKernel === kernel.id) {