-
Notifications
You must be signed in to change notification settings - Fork 5.5k
feat: add file name to fuzzy search response #4619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
All contributors have signed the CLA ✍️ ✅ |
c63d7f3
to
0dd1caa
Compare
Ok(Ok((root, res))) => { | ||
for m in res.matches { | ||
let path = m.path; | ||
//TODO(shijie): Move file name generation to file_search lib. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will address moving the file name logic and prettier CLI file search in separate PRs.
0dd1caa
to
ae9d122
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why add this extra information on the server side rather than put the burden on the client to derive it if it wants it? Convenience, I assume?
Yes mainly convenience - also if we want to apply the same UI improvement to the CLI tool it gives us the freedom to do so too. |
I have read the CLA Document and I hereby sign the CLA |
recheck |
/recheck |
ee80f0c
to
5134801
Compare
5134801
to
6acf1da
Compare
6acf1da
to
867c091
Compare
Summary
Testing
Tested locally and with the extension.
Screenshot