Microsoft
Developer Blogs

Get the latest information, insights, and news from Microsoft.

Highlights

Make Visual Studio look the way you want

Themes are personal. Some of us live in dark mode, some swear by high contrast, and some of us have very strong opinions about that one shade of blue from years ago. The new themes in Visual Studio 2026 are built on Fluent, which gives us a much more consistent and accessible foundation,...
Read moreClick to read more about this post

Latest posts

Jun 18, 2026
Post comments count0
Post likes count0

DirectX Dump Files Preview Now Available!

Jacques van Rhyn
At this year’s GDC, we shared our vision for bringing console‑level GPU developer tools to Windows. As part of that announcement, we introduced DirectX Dump Files as a major step forward in GPU crash debugging on Windows. Today, we’re excited to make our DirectX Dump Files public...
DirectX Developer Blog
Jun 18, 2026
Post comments count0
Post likes count0

PIX 2606.18-preview: DirectX Dump Files and more

Austin Kinross
Today we released PIX 2606.18-preview, available here. This PIX release coincides with the preview availability of DirectX Dump Files (.dxdmp). The PIX UI can open DirectX Dump Files directly for analysis, and the PIX API can be used to analyze them programmatically. Please visit the...
PIX on Windows
Jun 18, 2026
Post comments count1
Post likes count0

Stop overloading your skills

Waldek Mastykarz
You built a skill for your technology. API references, authentication flows, SDK patterns, error handling, version info, all packed into one skill. The agent calls it, gets all that context, and generates code. The kicker? You've just wasted a lot of tokens. It already knows Models have...
Microsoft for Developers
Jun 18, 2026
Post comments count0
Post likes count1

Announcing TypeScript 7.0 RC

Daniel Rosenwasser
Today we are excited to announce the Release Candidate of TypeScript 7.0! If you haven't been following TypeScript 7.0's development, this release is significant in that it is built on a completely new foundation. Over the past year, we have been porting the existing TypeScript...
TypeScript
Jun 18, 2026
Post likes count0

Use your own language model key in VS Code

Kayla Cinnamon
Learn how to use bring your own key (BYOK) in VS Code to add models from providers like Azure, Anthropic, Gemini, OpenAI, Huggingface, OpenRouter, or use a local model with Ollama, Foundry Local, and more. Read the full article
VS Code Blog
Jun 17, 2026
Post likes count0

Visual Studio Code 1.125

Visual Studio Code Team
Learn what's new in Visual Studio Code 1.125 Read the full article
VS Code Blog
Jun 17, 2026
Post comments count0
Post likes count1

AI-Powered MSBuild Investigation with the Microsoft Binlog MCP Server

.NET,
Jan
Diagnose MSBuild build failures and performance issues with AI using the new Microsoft Binlog MCP Server - 15 specialized tools that let your AI assistant investigate binary logs.
.NET Blog
Jun 17, 2026
Post comments count0
Post likes count0

When your agent extensions fight each other

Waldek Mastykarz
This is the fourth article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to...
Microsoft for Developers
Jun 17, 2026
Post comments count5
Post likes count2

Windows stack limit checking retrospective, follow-up

Raymond Chen
Choosing the register to use to pass the desired stack allocation size.
The Old New Thing