惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
D
Docker
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
月光博客
月光博客
小众软件
小众软件
量子位
V
Visual Studio Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
罗磊的独立博客
博客园 - 叶小钗
美团技术团队
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
博客园 - 司徒正美
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
C
Check Point Blog

Visual Studio Code - Code Editing. Redefined.

Visual Studio Code 1.139 (Insiders) Building the new GitHub Copilot Inline Suggestions Model: Part One Visual Studio Code 1.138 (Insiders) Visual Studio Code 1.137 (Insiders) Visual Studio Code 1.136 (Insiders) Introducing the Agent Host for persistent, portable agent sessions Visual Studio Code 1.135 (Insiders) Visual Studio Code 1.134 (Insiders) Visual Studio Code 1.133 (Insiders) Visual Studio Code 1.132 (Insiders) MAI-Code-1-Flash: early results from real developer workflows Visual Studio Code 1.130 (Insiders) Visual Studio Code 1.131 (Insiders) Visual Studio Code 1.129 (Insiders) How Prompt Tuning Improved GPT-5.5 in VS Code Visual Studio Code 1.127 Visual Studio Code 1.128 Iterating faster with TypeScript 7 Visual Studio Code 1.126 What 50,000 Runs of a 5-Line Eval Taught Us Use your own language model key in VS Code Improving token efficiency for GitHub Copilot in VS Code December 2025 (version 1.108) November 2025 (version 1.107) October 2025 (version 1.106) September 2025 (version 1.105) August 2025 (version 1.104) July 2025 (version 1.103) June 2025 (version 1.102) May 2025 (version 1.101)
Open Source AI Editor: First Milestone
Microsoft · 2021-11-03 · via Visual Studio Code - Code Editing. Redefined.

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