Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on discussion in microsoft/vscode-remote-release#4838, updating the ports properties in devcontainer.json and the README.
otherPortsAttributes
to devcontainer.json and a comment description above it, but leave it commented outforwardPorts
,portsAttributes
,otherPortsAttributes
portsAttributes
:forwardPorts
. But withportsAttributes
and dynamic port forwarding, it feels like making changes to attributes in this property might be the most interesting to users, so I've updated the section to describe how to open a browser on autoforward.Please let me know any thoughts you have on the above changes - happy to discuss further, make some modifications, or describe things more clearly for users via comments or the README.
Once we decide on a format that works well for the devcontainer.json and README here, I'll extend the same to the other remote samples and merge in changes there.