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
Write an extension that uses findTextInFiles, and verify that previewOptions is respected properly.
Try some different text searches and verify that builtin search returns the correct preview, and that clicking on a result highlights the correct range in the editor. When the search view is narrow, the preview will be shorter than when it is wide (like when it's in the panel).
Test it with "searchRipgrep.enable": true and false
And you could verify #31551 since this change also fixed that.
The text was updated successfully, but these errors were encountered:
Testing #57186
Complexity: 3
Write an extension that uses findTextInFiles, and verify that previewOptions is respected properly.
Try some different text searches and verify that builtin search returns the correct preview, and that clicking on a result highlights the correct range in the editor. When the search view is narrow, the preview will be shorter than when it is wide (like when it's in the panel).
Test it with
"searchRipgrep.enable": true
andfalse
And you could verify #31551 since this change also fixed that.
The text was updated successfully, but these errors were encountered: