Add a button to VS Code Ports View that adds the port to .gitpod.yml in case it's missing there #13069
Labels
aspect: desktop IDE
aspect: user config drift
Gitpod UX ephemerality where users mutate their environment but forget to update their configuration
editor: code (browser)
editor: code (desktop)
feature: ports
meta: never-stale
This issue can never become stale
team: IDE
type: improvement
Improves an existing feature or existing code
Add a button to VS Code Ports View that adds the port to .gitpod.yml in case it's missing there.
For cases when ports are decided during the development, or when we notice a third-party service is using some port and we want to set its 'onOpen' behavior to 'ignore', for example.
There could be another button, along with the four that already exist, to add it to .gitpod.yml.
Displaying the button as 'disabled' when the port is already listed in .gitpod.yml would also help to spot missing ports.
Here's a screenshot of what the Ports View looks like at this moment:

The text was updated successfully, but these errors were encountered: