> ## Content Index
> Fetch the complete content index at: https://www.theleftshift.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Microsoft Open Sources GitHub Copilot in VS Code
- URL: https://www.theleftshift.com/microsoft-open-sources-github-copilot-vscode/
- Published: 2025-05-20T09:33:56.000Z
- Updated: 2025-05-20T09:40:39.000Z
- Description: The AI-powered Copilot extensions will now be part of the official Visual Studio Code open-source repository
- Author: The Left Shift Bureau
- Tags: Open Source, #a42

On the opening day of its Build 2025 conference, Microsoft[ announced](https://code.visualstudio.com/blogs/2025/05/19/openSourceAIEditor?ref=theleftshift.com) that GitHub Copilot in Visual Studio Code is now open source, allowing developers to freely access, modify, and build on its code. 

The AI-powered Copilot extensions will now be part of the official Visual Studio Code open-source repository, a move Microsoft says reinforces its commitment to transparency and community-driven innovation. 

In the coming weeks, the company plans to open-source the code for the GitHub Copilot Chat extension and integrate its AI features directly into the core of Visual Studio Code. Additionally, it will open-source its prompt testing infrastructure, enabling community pull requests to be built and tested more effectively.

> Today, we're announcing plans to make VS Code an open source AI editor.  
>  
> We believe AI development should stay true to VS Code's core principles: open, collaborative, and community-driven. Let's build the future of software development together.[https://t.co/C3ffio6X88](https://t.co/C3ffio6X88?ref=theleftshift.com) [pic.twitter.com/sZj9VJxvlE](https://t.co/sZj9VJxvlE?ref=theleftshift.com)
> 
> — Visual Studio Code (@code) [May 19, 2025](https://twitter.com/code/status/1924497694648603021?ref%5Fsrc=twsrc%5Etfw&ref=theleftshift.com)

According to the company, GitHub Copilot is being open-sourced to boost transparency, security, and collaboration. With improved large language models and widely adopted AI UX patterns, the need for closed “secret sauce” strategies has diminished. 

Open sourcing also empowers extension developers to build and test more effectively, while addressing concerns around data collection and enabling faster community-driven security fixes.

At the event, GitHub, which is owned by Microsoft, [introduced a new Copilot coding agent](https://www.theleftshift.com/github-unveils-ai-agent-that-autonomously-writes-and-fixes-code/) designed to autonomously handle specific programming tasks, notify developers when complete, and integrate its work directly into existing codebases.

The AI-powered agent can add features, fix bugs, refactor code, enhance documentation, and extend tests—particularly in well-tested codebases.