Hide unused ports from ports view(s) #10408
Labels
editor: code (browser)
editor: code (desktop)
editor: jetbrains
feature: ports
meta: never-stale
This issue can never become stale
team: IDE
Introduce alternative port state / hide unused ports from list.
Currently, the port states we have are:
open - private
open - public
not served
This last category
not served
contains three types of ports (that I can think of):configured - not served
not configured - not served
.By grouping these all together, it's hard to distinguish between each, it also means that we're not encouraging users to update the
gitpod.yml
where necessary (and push users to config their environment as much as possible).Potential options/solutions:
not served
state to be more explicitgp ports --all
) and using a filter in the UI, similar to how dotfiles hide/show when usingls
vsls -a
This issue relates to: #10275
Example of enabling a number of ports, and them continuing to show in the ports list.
The text was updated successfully, but these errors were encountered: