Blog posts
- Open Source AI Editor: First Milestone
- Full MCP Spec Support
- Enhance productivity with AI + Remote Dev
- Open Source AI Editor
- Adding MCP in VS Code
- Agent mode available to all users
- Better AI results with custom instructions
- [Copilot Agent Mode (preview)](https://code.visuals…
Blog posts
- Open Source AI Editor: First Milestone
- Full MCP Spec Support
- Enhance productivity with AI + Remote Dev
- Open Source AI Editor
- Adding MCP in VS Code
- Agent mode available to all users
- Better AI results with custom instructions
- Copilot Agent Mode (preview)
- Copilot Next Edit Suggestions (preview)
- Announcing Copilot Free in VS Code
- GitHub Copilot for Azure
- Introducing Copilot Edits
- Copilot extensions are all you need
- VS Code Extensions and WebAssembly - Part Two
- VS Code Extensions and WebAssembly
- VS Code Day 2024
- Pursuit of wicked smartness in VS Code
- Shrinking VS Code with name mangling
- VS Code and WebAssemblies
- VS Code Day
- VS Code and Copilot
- Remote Development Even Better
- VS Code Sandboxing
- VS Code Community Discussions
- Dev Container Features
- Markdown Language Server
- The VS Code Server
- Dev container CLI
- Moving from Local to Remote Development
- The problem with tutorials
- Custom Notebooks
- vscode.dev
- Webview UI Toolkit
- Bracket Pair Colorization
- Notebooks
- Workspace Trust
- Remote Repositories
- Build 2021
- Extension bisect
- VS Code on Chromebook
- Development Containers in Education
- Dev Containers in WSL 2
- The Go experience
- VS Code at Build
- GitHub Issues Integration
- Docker in WSL 2
- Custom Data Format
- Improving CI Build Times
- Inspecting Containers
- SSH Tips and Tricks
- WSL 2
- Remote SSH
- Strict null checking
- Remote Development
- Language Server Index Format Blogs
In this blog post
June 30th, 2025 by the VS Code Team
Last month we shared our plan to make VS Code an open source AI editor. Today we reached the first milestone: the GitHub Copilot Chat extension is now open source on GitHub under the MIT license.
Why open source?
As we outlined previously, our primary motivation is community-driven innovation and increasing data transparency. We believe AI experiences can thrive by leveraging the vibrant open-source community - just as VS Code has successfully done over the past decade. As AI is becoming an integral part of the modern coding experience, it should be developed openly alongside VS Code itself.
Explore and contribute
Now that the code is open source, what does it mean for you? Explore the codebase and learn how agent mode is implemented, what context is sent to LLMs, and how we engineer our prompts. Everything, from our system prompts, implementation details, to the telemetry we capture, is available in all transparency. In fact, why not use agent mode itself for helping you understand and explore the codebase!
We welcome your feedback and contributions! Feel free to open pull requests and file issues. Note, that we’re tracking issues in the vscode repo, as our long-term goal is to integrate the code from vscode-copilot-chat into the VS Code core codebase.
Have additional questions? Check out our FAQ.
What’s next?
Next, we will carefully refactor the relevant components of the extension into VS Code core. The original GitHub Copilot extension that provides inline completions remains closed source – but in the following months we plan to have that functionality be provided by the open sourced GitHub Copilot Chat extension. Also, we are excited to partner with the open source AI community to make sure our plan covers impactful open source scenarios.
Our core priorities remain intact: delivering great performance, powerful extensibility, and an intuitive, beautiful user interface.
We’re excited to shape the future of development as an open source AI editor, and we hope you’ll join us on this journey to build in the open.
Happy Coding!
The VS Code Team