Listens for low level notification on the given connection to
update the notebook documents managed by this instance.
Please note that the connection only provides handlers not an event model. Therefore
listening on a connection will overwrite the following handlers on a connection:
onDidOpenNotebookDocument, onDidChangeNotebookDocument, onDidSaveNotebookDocument,
and onDidCloseNotebookDocument.
Listens for
low level
notification on the given connection to update the notebook documents managed by this instance.Please note that the connection only provides handlers not an event model. Therefore listening on a connection will overwrite the following handlers on a connection:
onDidOpenNotebookDocument
,onDidChangeNotebookDocument
,onDidSaveNotebookDocument
, andonDidCloseNotebookDocument
.