-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Closed
Labels
Milestone
Description
Complexity: 1
author: @osortega
Summary
We added replace history persistence for the text editor this month. It's enabled by default, but can be disabled via setting editor.find.replaceHistory. The replace history on the editor find widget is persisted per workspace when enabled and limited to 100.
Steps to Test:
- Add setting
"editor.find.replaceHistory": "workspace" - Open a text editor
- Ctrl/CMD+F to search
- Toggle the replace input box
- Add text to the replace input box
- Reload the window
- You can still navigate between the keywords in replace history
Reactions are currently unavailable