-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Refactor FindWidget: shareable find component with history/commands #32241
Comments
Is this on the August plan? Who will own this? |
Thanks for creating this issue for me. I'll fill in more details. |
@rebornix
|
@cleidigh yes, they can be added when above items are finished. Let's try not to make the PR too large. |
Addressed with PR #32113 |
Moving to September. |
@rebornix |
@cleidigh thank you sir for your help ;) I'll take parental leave from next week and be away for about two months, sorry I can't guarantee to be online. Luckily we have quite a few help-wanted issues https://github.com/Microsoft/vscode/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22 , you can pick what interests you and once you file PRs, mention bot can find appropriate reviewers, have fun! |
@rebornix |
@alexandrudima Has anyone decided the next steps on this? I will sign up to help if it makes sense. Trying to flesh out |
@alexandrudima |
Close it for now as we don't have plans for this task at this moment. |
We added find widget for terminal and webview in last two iterations. Right now the way we reuse this component is still at view level, but features like history navigation, command registration, search state maintaining should be put into the component as well, instead of duplicating code in different areas.
Task list:
@cleidigh already started #32113 and it's a pretty good start.
The text was updated successfully, but these errors were encountered: