In #213 I added a Find command for each kind of project, using the original/basic QuickPick component, because the expected find widget input (an input component above the treeview) API won't happen.
The recent Tree Find Control is not the find widget I was expecting, but since it is new standard in VS Code, I wonder if a setting to let the user choose which one to use, is something to be playing with. Similar to this mockup.
In #213 I added a
Find
command for each kind of project, using the original/basicQuickPick
component, because the expected find widget input (an input component above the treeview) API won't happen.The recent
Tree Find Control
is not the find widget I was expecting, but since it is new standard in VS Code, I wonder if a setting to let the user choose which one to use, is something to be playing with. Similar to this mockup.https://github.com/microsoft/vscode/issues/146806#issuecomment-1122758195