mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
rename onDidChangeNotebookAssociation to onDidChangeSelectedNotebooks
This commit is contained in:
@@ -40,7 +40,7 @@ class Kernel {
|
||||
this.controller.executeHandler = this._execute.bind(this);
|
||||
this.controller.supportsExecutionOrder = true;
|
||||
this.controller.supportedLanguages = ['typescript', 'javascript'];
|
||||
this.controller.onDidChangeNotebookAssociation(e => {
|
||||
this.controller.onDidChangeSelectedNotebooks(e => {
|
||||
if (e.selected) {
|
||||
this.associatedNotebooks.add(e.notebook.uri.toString());
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user