Uh oh!
There was an error while loading. Please reload this page.
fix(config): correct portsAttributes JSON struct tag typo - #81
Conversation
✅ Deploy Preview for devsydev canceled.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe JSON serialization tag for the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
The
PortsAttributesfield inDevContainerConfigBasehad an incorrect JSON struct tag —portAttributesinstead ofportsAttributes(missing the 's'). This caused the devcontainer spec'sportsAttributesproperty to be silently ignored during JSON unmarshaling, meaning all port attribute configuration from devcontainer.json was dropped.Summary by CodeRabbit