Add project selector to Setup webview when there are multiple DVC projects in the VS Code workspace #3909
Labels
A: onboarding
Improving and simplifying users happy path. How do we get them have value asap?
enhancement
New feature or request
If the user opens a VS Code workspace that contains multiple DVC projects both the experiments and new remotes sections of the setup webview will only display information relating to the first found DVC project. Rather than cater to this advanced scenario we should add a "selector" which forces the user to select a single project to operate on.
dvc.focusedProjects
if there is a single value (to get the initial value).Maybe we can add a small focused project section to the top of the page under these circumstances. If we use a quick pick we can add a button to trigger it.
We need to remember this is an advanced scenario and unlikely to help with onboarding. IMO we should do something quick to stop breakages/confusion but do our best to not overcomplicate things.
The text was updated successfully, but these errors were encountered: