Skip to content

Commit f5587d6

Browse files
isidornntroghDanielRosenwasser
authored
open source ai editor (#48)
* open source ai editor * react on Joe feedback * react on Olivia feedback * React on Nick feedback Co-authored-by: Nick Trogh <[email protected]> * Update blogs/2025/05/19/openSourceAIEditor.md Co-authored-by: Daniel Rosenwasser <[email protected]> * react on Daniel/John feedback --------- Co-authored-by: Nick Trogh <[email protected]> Co-authored-by: Daniel Rosenwasser <[email protected]>
1 parent a7bb779 commit f5587d6

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
Order: 99
3+
TOCTitle: Open Source AI Editor
4+
PageTitle: "VS Code: Open Source AI Editor"
5+
MetaDescription: We will open source the GitHub Copilot Chat extension. It’s the next step towards making VS Code an open source AI editor.
6+
MetaSocialImage: open_source_ai_editor.png
7+
Date: 2025-05-19
8+
Author: The VS Code team
9+
---
10+
11+
# VS Code: Open Source AI Editor
12+
13+
May 19th, 2025 by the VS Code team
14+
15+
We believe that the future of code editors should be open and powered by AI. For the last decade, VS Code has been one of the [most successful OSS projects on GitHub](https://github.blog/news-insights/octoverse/octoverse-2024/#the-state-of-open-source). We are grateful for our vibrant community of contributors and users who choose VS Code because it is open source. As AI becomes core to the developer experience in VS Code, we intend to stay true to our founding development principles: open, collaborative, and community-driven.
16+
17+
We will open source the code in the [GitHub Copilot Chat extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) under the MIT license, then carefully refactor the relevant components of the extension into VS Code core. This is the next and logical step for us in making **VS Code an open source AI editor**. It’s a reflection that AI-powered tools are core to how we write code; a reaffirmation of our belief that working in the open leads to a better product for our users and fosters a diverse ecosystem of extensions.
18+
19+
## Why open source now?
20+
21+
Over the last few months, we’ve observed shifts in AI development that motivated us to transition our AI development in VS Code from closed to open source:
22+
23+
* Large language models have significantly improved, mitigating the need for “secret sauce” prompting strategies.
24+
* The most popular and effective UX treatments for AI interactions are now common across editors. We want to enable the community to refine and build on these common UI elements by making them available in a stable, open codebase.
25+
* An ecosystem of open source AI tools and VS Code extensions has emerged. We want to make it easier for these extension authors to build, debug, and test their extensions. This is especially challenging today without access to the source code in the Copilot Chat extension.
26+
* We’ve gotten a lot of questions about the data that is collected by AI editors. Open sourcing the Copilot Chat extension enables you to see the data we collect, increasing transparency.
27+
* Malicious actors are increasingly targeting AI developer tools. Throughout VS Code’s history as OSS, community issues and PRs have helped us find and fix security issues quickly.
28+
29+
## Next steps
30+
31+
In the coming weeks, we will work to open source the code in the [GitHub Copilot Chat extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat) and refactor AI features from the extension into VS Code core. Our core priorities remain intact: delivering great performance, powerful extensibility, and an intuitive, beautiful user interface.
32+
33+
Open source works best when communities build around a stable, shared foundation. Thus, our goal is to make contributing AI features as simple as contributing to any part of VS Code. The stochastic nature of large language models makes it especially challenging to test AI features and prompt changes. To ease this, we will also make our prompt test infrastructure open source to ensure that community PRs can build and pass tests.
34+
35+
As usual, you can follow along on [our iteration plan](https://github.com/microsoft/vscode/issues/248627), where we will provide more information on this work. We will also keep [our FAQ](https://code.visualstudio.com/docs/supporting/FAQ) updated with answers to questions from the community. [We welcome your feedback](https://github.com/microsoft/vscode/issues) as we bring this vision to life.
36+
37+
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.
38+
39+
Happy coding!
40+
41+
The VS Code team
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)