An error occurred while fetching this tab.
search: rename `repo:contains` predicates to be consistent
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: tbliu98
Part of #39767 (closed)
As described in the linked issue, this PR:
repo:contains(file:a content:b)
to repo:contains.file(path:a content:b)
repo:contains.file(a)
to repo:contains.path(a)
repo:contains(file:a content:b)
Note that if we think keeping repo:contains
around is actually the way to go, it will be easy to add it back.
This PR includes corresponding frontend changes to syntax highlighting, hovers, and the search reference panel.
Updated unit tests. Integration tests. Manually tested hovers/suggestions/syntax highlighting/reference panel
Push commits to the source branch or add previously merged commits to review them.