microsoft / vscode-tye

A Visual Studio Code extension for Tye development
Other
25 stars 9 forks source link

Ingress endpoints should be browsable at the application level #126

Open philliphoff opened 3 years ago

philliphoff commented 3 years ago

Upcoming changes will place extension/host based services beneath an "other services" node, hidden by default. For those applications with an ingress service, this adds an extra click to browse to its endpoint. I propose we make that endpoint browsable from the application node (e.g. an inline command, though it's now getting a little crowded--we might consider moving stop to a context menu).

If more than one ingress is defined, I propose we prompt the user with a palette drop-down list of ingress services from which to choose.