Open
Description
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: