VS Code now supports MCP elicitations from the 2025-06-18 spec, letting servers prompt users with structured native dialogs instead of guessing at parameters.
I've been using VSCode Neovim for a while, but had been irritated at the tradeoff of access to the VSCode ecosystem at the cost of losing my once-heavily curated .vimrc setup. Turns out you don't have to live that way! A lot of doing dev work on Windows feels like making a Rube Goldberg machine to make it behave more like Linux, and this is not particularly different, but I do wish I'd moved faster to replicate my preferred IDE setup in VSCode. You really can have your cake and eat it too, sort
How to use WezTerm's hyperlink rules to open files in VS Code from Zellij
Antonio Scandurra shares lessons from building Atom and discusses Zed's Rust-powered approach to creating the next generation of collaborative text editors.
Herrington Darkholme demonstrates AST Grep's powerful code search capabilities using abstract syntax trees instead of traditional regex patterns.
Sometimes fixing a TypeScript or eslint error in VS Code can feel impossible. Here's what I do when I have exhausted all my resources.
Extracting types from a JavaScript object is a common task in TypeScript. This post shows how to do it with VS Code.
Dr. Chris Weichel, CTO of GitPod, discusses building cloud development environments and applying human-computer interaction research to developer tools.
Building a cross-platform VS Code extension that performs docs.microsoft.com API documentation lookups, scaffolded with Yeoman and TypeScript.