VS Code 1.132 Released with Element-Level AI Feedback and Voice Input
Microsoft has released Visual Studio Code version 1.132, introducing element-level feedback in the built-in browser for AI agents and multi-language voice input. The update also adds side chats and a visual Markdown diffing feature in the hybrid Markdown editor. These updates streamline developer workflows by allowing precise, context-aware feedback to AI agents and enabling hands-free coding with local voice processing. It also improves documentation workflows by letting developers see visual changes directly in rendered Markdown files. Voice dictation now defaults to on-device processing powered by the Nemotron 3.5 model, which automatically detects the language if the system locale is not supported. Additionally, users can initiate side chats using the `/btw` command without interrupting active AI agent tasks.
## BACKGROUND
Visual Studio Code (VS Code) is a widely used, open-source code editor developed by Microsoft that supports debugging, task running, and version control. In recent updates, Microsoft has focused heavily on integrating AI agents to help automate coding tasks and UI testing. Markdown is a lightweight markup language used for formatting plain text, which developers frequently use for documentation within their code repositories.