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 notebook find widget now supports history persistence identically to the editor find widget. This is controlled with the editor setting, so the feature can be controlled with editor.find.history and editor.find.replaceHistory for the find and replace fields respectively
Steps to Test:
Open a notebook editor + the find widget
With history set to workspace, execute multiple queries
Reload
Ensure history is still behaving as expected
Repeat with history set to never
Ensure there is no history after a reload
Thanks for testing!
The text was updated successfully, but these errors were encountered:
Listener issues with specifically notebook find widget replace input box. Previously appeared to work because history was being carried from the editor find widget, as a false positive.
✅ Fixed with: #247684 -- will be good to test/verify in the next build insiders build.
Refs: #238923
Complexity: 2
author: @Yoyokrazy
Create Issue
Summary
The notebook find widget now supports history persistence identically to the editor find widget. This is controlled with the editor setting, so the feature can be controlled with
editor.find.history
andeditor.find.replaceHistory
for the find and replace fields respectivelySteps to Test:
workspace
, execute multiple queriesnever
Thanks for testing!
The text was updated successfully, but these errors were encountered: