-
Notifications
You must be signed in to change notification settings - Fork 401
Open
microsoft/vscode
#284033Labels
containersIssue in vscode-remote containersIssue in vscode-remote containersfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
- VSCode Version: 1.105.0
- Local OS Version: Windows 11 25H2
- Remote OS Version: Ubuntu 24.04.3 LTS
- Remote Extension/Connection Type: Dev Containers
- Logs: N/A
Steps to Reproduce:
-
Include
portAttributesto the devcontainer.json:{ "appPort": ["8123:8123"], // existing "portsAttributes": { "8123": { "label": "Home Assistant", "onAutoForward": "silent" } } } -
Reopen in the devcontainer
-
Check ports tab:
No Home Assistant label. I was expecting to see something like:
Note that appPort cannot be refactored into forwardPorts because of:
- Proposal: support forwarding UDP ports devcontainers/spec#643
- https://github.com/home-assistant/core/pull/154099/files#r2417724273
Does this issue occur when you try this locally?: N/A
Does this issue occur when you try this locally and all extensions are disabled?: Yes
This is related to #11254.
thecode and felipecrsCopilot
Metadata
Metadata
Labels
containersIssue in vscode-remote containersIssue in vscode-remote containersfeature-requestRequest for new features or functionalityRequest for new features or functionality