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
Vscode terminal use 'text selection' to emulate 'search highlight'. This fact is the reason to:
Search highlight will always show at most one result even if there are many results in terminal text.
After a search, once I focused on the terminal cursor, the highlighted search result is no longer highlighted.
(the direct proof) The only way to change terminal search highlight color is to change this setting: "terminal.selectionBackground". As you can see, this setting is intend to control the selection color instead of search highlight color.
I want vscode to implement the real search highlight, just like what iTerm2 do:
The text was updated successfully, but these errors were encountered:
Vscode terminal use 'text selection' to emulate 'search highlight'. This fact is the reason to:
I want vscode to implement the real search highlight, just like what iTerm2 do:
The text was updated successfully, but these errors were encountered: