rename onDidChangeNotebookAssociation to onDidChangeSelectedNotebooks

This commit is contained in:
Johannes Rieken
2021-06-03 11:26:45 +02:00
parent 41f117753e
commit e43c3957f6
5 changed files with 16 additions and 15 deletions

View File

@@ -112,7 +112,7 @@ export class ExtHostNotebookKernels implements ExtHostNotebookKernelsShape {
const controller: vscode.NotebookController = {
get id() { return id; },
get notebookType() { return data.notebookType; },
onDidChangeNotebookAssociation: onDidChangeSelection.event,
onDidChangeSelectedNotebooks: onDidChangeSelection.event,
get label() {
return data.label;
},