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 added options to support filtering out metadata and outputs in the diff editor. notebook.diff.ignoreMetadata controls the visibility of metadata, and notebook.diff.ignoreOutputs controls the visibility of outputs.
Besides, you can also use actions in the diff editor toolbar context menu to toggle the options
Testers:
Test if the settings are respected after window reload
Test if settings take effect after being modified (through settings update or the actions)
Outputs are rendered properly after multiple toggling.
The text was updated successfully, but these errors were encountered:
Refs: #118933
Complexity: 3
Create Issue
We added options to support filtering out metadata and outputs in the diff editor.
notebook.diff.ignoreMetadata
controls the visibility of metadata, andnotebook.diff.ignoreOutputs
controls the visibility of outputs.Besides, you can also use actions in the diff editor toolbar context menu to toggle the options
Testers:
The text was updated successfully, but these errors were encountered: