Daniel Rosenwasser

@danr.bsky.social

TypeScript Product Manager and TC39 rep working on JavaScript standards. Enthusiast of compilers, dev tools, language VMs/runtimes.

📝 Work on Markdown files and agent feedback in one place. The new hybrid Markdown editor in the Agents window lets you edit in place, add comments for the agent to act on, and switch views with Reopen Editor With when needed.

🚀 See what your subagents are doing in real time, use built-in dictation across VS Code, and streamline docs with the hybrid Markdown editor. 🧵 Here's what's new in the latest VS Code release:

Visual Studio Code release announcement graphic featuring the blue VS Code logo centered on a dark, textured background. Below the logo, large white text reads “VS Code v1.131,” with smaller text underneath that says “New release.” The design uses a minimalist, high-contrast layout with Microsoft branding colors.

Soo I hit the button to release TS 7 then swiftly went out of office for vacation 😅 How's it going for everyone? Hopefully speedy speedy good

Thanks to lots of work preparing and tracking the preview builds for most of the year 2026… Vanta’s upgrade to #TypeScript v7 was basically trivial! I made one small change for a change (an improvement!) to inference that landed between our last nightly mid-June, and that was it. ✅ Feels good!

This is a really big deal. For us at Vanta, the speedup was a bit less than the highest values some teams have seen (3–5×), but let me tell you: 3–5× is still a very big deal for our CI times, and the improvement to editor performance is night and day.

TypeScript@typescriptlang.org · 4w ago

The 10x is real for many projects, and the speed improvements make a huge difference for teams at scale. TypeScript 7 drops time in CI, and minimizes delays in editors like VS & VS Code. That makes every part of the developer inner loop feel snappy.

Speedups of various projects between TypeScript 6 and 7

vscode 125.7s to 10.6s -- 11.9x
sentry 139.8s to 15.7s -- 8.9x
bluesky 24.3s to 2.8s -- 8.7x
playwright 12.8s to 1.47s -- 8.7x
tldraw 11.2s to 1.46s -- 7.7x

npm v12 is now generally available. npm install now makes install scripts, Git, and remote-URL dependencies opt-in by default. We're also retiring npm 2FA-bypass GAT: no account management (early Aug 2026), no direct publishing (~Jan 2027). More info at github.blog/changelog/20...

npm install-time security and GAT bypass2fa deprecation - GitHub Changelog

npm v12 is now generally available and tagged latest. This major release turns on the install-time security defaults we announced in June, and it’s also where we begin a deprecation…

github.blog

⚡ VS Code just shipped a big wave of GitHub Copilot upgrades! 🌐 Build and validate web apps with browser agent tools 🤖 Manage parallel agent workflows with the Agents window (Preview) 🎓 New VS Code Learn courses, and much more. 📖 Read the full changelog: aka.ms/VSCode/chang... Happy coding! 💙

Promotional graphic for GitHub Copilot in Visual Studio Code June 2026 releases. The image features a dark background with a subtle grid pattern and a large green glowing circle containing the GitHub Copilot logo silhouette. Centered white text reads “GitHub Copilot in VS Code June 2026 releases,” with a “NEW RELEASE” badge displayed below. The design uses a dark theme with green accents, reflecting the Visual Studio Code and GitHub Copilot branding.

🚀 The latest VS Code release makes model tuning and chat cost tracking easier. Adjust context size and reasoning effort from one unified model customization picker. You can also see the total cost of every chat session, so it’s easier to understand usage over time.

Many people focus on the tsgo run itself, but the development experience is so much faster too! Just gotta remember to use the tsgo LSP. For example, when I want to find all the places when a function is being used, it’s so much faster. This makes a lot of difference.

TypeScript 7.0 RC is out 🎉 It's the 10x faster Go-based port 🔥 🔷 `tsc6` is for side-by-side comparison 🔷 --checkers sets checker thread count 🔷 --singleThreaded keeps parsing/emit/checking together 🔷 TS 6.0 deprecations are hard errors 🔷 API access is planned for TS 7.1

TypeScript@typescriptlang.org · 2mo ago

📣 TypeScript 7's Release Candidate is now out! 📣 The new native rewrite is almost here. Try it out on your codebases, and make sure your team is ready for the upcoming 7.0 release!