docs(customization): sync devcontainer example with devcontainer.json - #2885
Closed
Mohammed Alkindi (MohammedAlkindi) wants to merge 1 commit into
Closed
Conversation
The Customizing for Your Team example omitted the pnpmVersion and installTools keys that microsoft#2874 added to the real .devcontainer/devcontainer.json, so following the doc reintroduced the network handshake failures that change fixed. Closes microsoft#2881
Mohammed Alkindi (MohammedAlkindi)
requested a review
from a team
as a code owner
September 10, 2026 13:57
Contributor
Author
|
Duplicate of #2884, which makes the same change and also bumps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
The "Customizing for Your Team" example omitted
"pnpmVersion": "none"and"installTools": false, which #2874 added to the real.devcontainer/devcontainer.jsonto stop network handshake failures on unused optional downloads. Copying the snippet reintroduced what that change fixed. The example now matches the real file for thenode:1andpython:1features.Related Issue(s)
Closes #2881
Type of Change
Testing
npm run lint:md: 492 files, 0 issues.npm run spell-check: 799 files, 0 issues. Both repo-wide, exit 0.Checklist
Required Checks
Required Local Checks
npm run spell-checknpm run validate:localnpm run validate:docsnpm run lint:md-linksThe unchecked commands need
pwsh, absent on this machine, so they were not run.Security Considerations
🤖 Generated with Claude Code