VS Code Blog
Get the latest updates and information from the Visual Studio Code Team
Latest posts
Introducing GitHub Copilot for Azure
Introducing GitHub Copilot for Azure, a chat participant to ask about Azure and help you manage and troubleshoot your Azure resources.
Introducing Copilot Edits
Copilot Edits allows you to get to the changes you need in your workspace, across multiple files, using a UI designed for fast iteration. You can specify a set of files to be edited, and then use natural language to simply ask Copilot what you need. You stay in the flow of your code while reviewing the suggested changes, accepting what works, and iterating with follow-up asks.
Visual Studio Code October 2024
Learn what is new in the Visual Studio Code October 2024 Release (1.95)
Visual Studio Code September 2024
Learn what is new in the Visual Studio Code September 2024 Release (1.94)
Visual Studio Code August 2024
Learn what is new in the Visual Studio Code August 2024 Release (1.93)
Visual Studio Code July 2024
Learn what is new in the Visual Studio Code July 2024 Release (1.92)
Visual Studio Code June 2024
Learn what is new in the Visual Studio Code June 2024 Release (1.91)
GitHub Copilot Extensions are all you need
Learn how to extend GitHub Copilot by using the Chat and Language Model APIs in your Visual Studio Code extension. Get inspired by early adopters and their extensions.
VS Code Extensions and WebAssembly - Part Two
Use WebAssembly in VS Code extensions to run in a separate worker, or write a language server with a language that compiles to WebAssembly.