Source: The Hacker News
Author: info@thehackernews.com (The Hacker News)
URL: https://thehackernews.com/2026/06/vs-code-adds-2-hour-extension-auto.html
ONE SENTENCE SUMMARY:
VS Code now delays most extension auto-updates by two hours to reduce exposure to newly published supply-chain attacks.
MAIN POINTS:
- Microsoft introduced a two-hour delay for automatic VS Code extension updates.
- The change aims to mitigate software supply chain threats from compromised releases.
- This protection activates when automatic extension updates are enabled.
- The feature is available beginning with Visual Studio Code version 1.123.
- Users can still manually install updates immediately via the “Update” button.
- Extension details show why an update is pending and when it will occur.
- Trusted publishers’ extensions bypass the delay and update immediately.
- RubyGems added an opt-in cooldown to Bundler 4.0.13 for delayed gem installs.
- Bun, npm, pnpm, and Yarn added minimum-release-age controls with specific settings.
- Minimum-age thresholds reduce the spread window before malicious packages are detected and removed.
TAKEAWAYS:
- Delayed updates are emerging as a standard defense across developer ecosystems.
- A short cooldown can meaningfully limit exposure to fast-moving malicious releases.
- Manual update options preserve developer flexibility despite automated delays.
- Trust-based exceptions prioritize speed for major publishers, but increase reliance on publisher integrity.
- Supply-chain risk is rising, making proactive installation and update gating increasingly important.