The default devcontainer config adds a pre-registered port 8787, and gives it the label "RStudio IDE".
This label seems to be correctly picked up as part of the codespace configuration, e.g. installing the github cli and running gh codepace -c $CODESPACE_NAME ports lists the port and the label
However, this label doesn't seem to be shown in the Ports tab - just the port number "8787". If you manually set the label via the GUI, then it does show it, e.g. the column shows "Your Label (8787)".
The default devcontainer config adds a pre-registered port 8787, and gives it the label "RStudio IDE".
This label seems to be correctly picked up as part of the codespace configuration, e.g. installing the github cli and running
gh codepace -c $CODESPACE_NAME portslists the port and the labelHowever, this label doesn't seem to be shown in the Ports tab - just the port number "8787". If you manually set the label via the GUI, then it does show it, e.g. the column shows "Your Label (8787)".