-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Labels
intend to implementThe team has the intention to implement this feature at some point. Contribution is also welcome.The team has the intention to implement this feature at some point. Contribution is also welcome.scope: ui
Description
What problem does this feature solve?
This removes any confusion for what the current project is in VueJS web UI.
The thought is that if I type in terminal 'vue ui' and I'm already navigated to a current project, it will recognize that path and set the project in the web UI to where I was in terminal. This would be especially useful in VS Code as the terminal is set to the current project directory.
There's been countless times when I open Vue UI and accidentally serve the wrong project because I have many active projects. It would be useful to have a little more logic to selecting the current project.
What does the proposed API look like?
Same API as before - perhaps an option in the web UI to toggle automatically detecting the current project.
Metadata
Metadata
Assignees
Labels
intend to implementThe team has the intention to implement this feature at some point. Contribution is also welcome.The team has the intention to implement this feature at some point. Contribution is also welcome.scope: ui