Merge branch 'notebook/dev' into main

This commit is contained in:
rebornix
2021-06-03 13:32:46 -07:00
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;
},