mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
rename onDidChangeNotebookAssociation to onDidChangeSelectedNotebooks
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user