You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the vscode.workspace.onDidSaveNotebookDocument-event fires whenever a notebook is saved
the vscode.workspace.onDidChangeNotebookDocument-event fires whenever a notebook changes: this includes structural changes, like add, remove, or replace cells, as well as output and metadata changes.
The text was updated successfully, but these errors were encountered:
Refs: #144662
Complexity: 3
Create Issue
There is a new API proposal which is about a notebook change event. The TPI is about testing this new proposal
package.json
(see below)npx vscode-dts dev
to get the typingsTest that
vscode.workspace.onDidSaveNotebookDocument
-event fires whenever a notebook is savedvscode.workspace.onDidChangeNotebookDocument
-event fires whenever a notebook changes: this includes structural changes, like add, remove, or replace cells, as well as output and metadata changes.The text was updated successfully, but these errors were encountered: