
Visual Studio Code - The open source AI code editor | Your home for ...
Visual Studio Code is a free, open source AI code editor. Build with AI agents that plan, code, and debug for you. Manage multi-agent workflows across environments on Linux, macOS, and Windows.
Review AI-generated code edits
When you open a file that was changed, the editor shows an inline diff of the applied changes. When you close VS Code, the status of the pending edits is remembered and restored when you reopen …
Resolve merge conflicts in VS Code
Learn how to resolve Git merge conflicts in VS Code using inline editor actions, the 3-way merge editor, and AI-assisted resolution.
Staging and committing changes - Visual Studio Code
Master Git staging and commits in VS Code with granular file control, AI-powered commit messages, visual diff reviews, and comprehensive change tracking tools.
Reviewing and controlling agent changes - Visual Studio Code
Review AI-generated changes in VS Code with diff controls, checkpoints, forks, and session steering for safe agent workflows.
Refactoring - Visual Studio Code
Refactoring Source code refactoring can improve the quality and maintainability of your project by restructuring your code, while not modifying the runtime behavior. Visual Studio Code supports …
Visual Studio Code tips and tricks
Visual Studio Code tips and tricks Use the tips and tricks in this article to jump right in and learn how to be productive with Visual Studio Code. Become familiar with the powerful editing, code intelligence, …
Visual Studio Code 1.120
May 13, 2026 · Document diff The new documentDiff proposed API exposes VS Code's built-in diff algorithm to extensions via workspace.getTextDiff(original, modified, options?). It returns a streaming …
Debug chat interactions - Visual Studio Code
Use Agent Logs and the Chat Debug view to inspect AI requests, tool invocations, and agent interactions in Visual Studio Code.
Working with GitHub in VS Code
Working with GitHub in VS Code GitHub is a cloud-based service for storing and sharing source code. Using GitHub with Visual Studio Code lets you share your source code and collaborate with others …