file cleaning.

This commit is contained in:
rebornix
2021-02-21 23:13:03 -08:00
parent cbcec2e1b4
commit c38aa5a341
7 changed files with 8 additions and 14 deletions

View File

@@ -593,7 +593,7 @@ export class ExtHostNotebookController implements ExtHostNotebookShape {
this._onDidChangeNotebookEditorSelection.fire({
notebookEditor: editor.editor.editor,
selection: editor.editor.selection
selection: editor.editor.editor.selection
});
}
}