API: Notebooks Finalized #27
isidorn
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The new notebook editor API introduces a new
NotebookEditor
type that is similar toTextEditor
but for notebooks instead of normal text editors.You can use
window.activeNotebookEditor
to get the current notebook editor and events such aswindow.onDidChangeActiveNotebookEditor
to observe when the user switches to the new notebook editor.Try out this API and we are looking forward to the feedback. Thanks a lot!
fyi @mjbvz @rebornix
Beta Was this translation helpful? Give feedback.
All reactions