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
bpasero opened this issue
Apr 8, 2017
· 5 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-prioritysearchSearch widget and operation issuesverifiedVerification succeeded
This seems like a serious regression from before and will probably cause quite some frustration when matches are not found. I very often rely on the fact that search is accurate and I very often use the combination of match-case and match-word even when I use for multiple words.
The text was updated successfully, but these errors were encountered:
bpasero
added
bug
Issue identified by VS Code Team member as probable bug
important
Issue identified as high-priority
search
Search widget and operation issues
labels
Apr 8, 2017
@roblourens I don't, this method seems literally as old as the first lines of code we wrote back in the days (Dec 2011!) :). Maybe @alexandrudima knows
Right, I'll try to remove , and \s from there (and strings.escapeRegExpCharacters) and look at the places those methods are used and test it a bunch. I think it's safe.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-prioritysearchSearch widget and operation issuesverifiedVerification succeeded
Steps to Reproduce:
new FileEditorInput
=> no results found
Disable ripgrep and find one result.
This seems like a serious regression from before and will probably cause quite some frustration when matches are not found. I very often rely on the fact that search is accurate and I very often use the combination of match-case and match-word even when I use for multiple words.
The text was updated successfully, but these errors were encountered: