-
Notifications
You must be signed in to change notification settings - Fork 37.9k
Search Tree #161022
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
Search Tree #161022
Conversation
|
any setting to enable this? |
It's not in the editor yet, this PR needs to be merged first 🙂 |
|
Another thing I thought of - the selected state should be persisted when I reload the window. Either per-workspace or globally - we can check what scm does. |
src/vs/workbench/contrib/search/test/common/searchModel.test.ts
Outdated
Show resolved
Hide resolved
src/vs/workbench/contrib/search/test/browser/searchViewlet.test.ts
Outdated
Show resolved
Hide resolved
Tracking these issues in #161616 and #161617. Thanks for testing it out 😊 |
|
Respect 👍🏿 |



Shows the search results in a toggle-able tree.
Fixes #20224
Fixes #161141