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
We have made good progress with notebook editing API (including changes to the d.ts and also internal infrastructure). Now changes from UI or extensions will all land in the same code path NotebookTextModel.applyEdits so we want to test how robust the API and the implementation is.
Refs: #105283
Complexity: 4
Authors: @jrieken @rebornix
Create Issue
We have made good progress with notebook editing API (including changes to the
d.ts
and also internal infrastructure). Now changes from UI or extensions will all land in the same code pathNotebookTextModel.applyEdits
so we want to test how robust the API and the implementation is.Interface
To test this set of API:
test.github-issues
notebook filePlease test at least following scenarios
The text was updated successfully, but these errors were encountered: