this post was submitted on 21 May 2025
3 points (100.0% liked)

It's Foss News

147 readers
26 users here now

RSS News community for It's Foss News.

If you dislike RSS Bot communities please block this one.


It’s FOSS is an award-winning web portal that focuses on Open Source in general and Linux in particular.

It’s FOSS was founded in mid-2012 as a hobby project to help desktop Linux users and spread awareness about Linux and open source. As the popularity of It’s FOSS grew worldwide, it was incorporated as an independent company CHMOD777 Media Tech in mid-2018. The term chmod 777 is inspired from the Linux command chmod with parameter 777 which signifies access (to knowledge) for everyone.

founded 1 month ago
MODERATORS
 

Losing Ground to Cursor and Others? VS Code Wants to Be an AI-First IDE

Visual Studio Code is Microsoft's flagship code editor that is known for its speed, flexibility, and a vast ecosystem of extensions that few other code editors can match.

However, as AI-powered development tools rapidly establish themselves in the space, VS Code has found itself playing catch-up with its AI-powered forks like Cursor in this new era of AI-first IDEs.

In response, Microsoft has announced plans to open source one of its most popular AI extensions, GitHub Copilot Chat, under the MIT License and integrate it directly into VS Code.

What's Happening: Going forward, the VS Code team aims to embed AI tech deeply within the editor itself, moving away from relying on extensions for such capabilities. To achieve that, they plan to integrate relevant components from the extension into VS Code core, offering AI functionality as in-built features of the editor.

We already know how hard Microsoft has been pushing AI across its products and services, and now they’re not stopping there, making sure VS Code keeps up when it comes to AI features.

Do keep in mind that they’re not open-sourcing GitHub Copilot itself, just the Copilot Chat extension that brings AI chat features into VS Code.

What to Expect: The developers intend to gradually move key parts of the extension into VS Code once it’s open sourced. After that, contributors would fix bugs, test features, and help improve the AI.

Meanwhile, you can keep an eye out on Microsoft's GitHub project page, where the source code for the GitHub Copilot Chat extension should show up eventually. You can track progress on this by visiting the issue for it.

They have also put up an FAQ page if you would like to learn more.

GitHub

If you ask me, Microsoft's move hasn't come out of nowhere. VS Code-based editors like Windsurf have been gaining traction by offering AI-first coding experiences that feel faster and more native, while also paving the way for vibe coding.

VS Code, despite its popularity, started to look like it was falling behind, but this new push signals a clear intent to catch up and stay relevant in the AI-powered IDE space.

Suggested Read 📖

Flexpilot is an Open Source IDE for AI-Assisted Coding Experience 🚀Flexpilot is almost like VS Code, only a bit better with built-in AI features. Learn why I created it and how you can use it.Losing Ground to Cursor and Others? VS Code Wants to Be an AI-First IDEIt's FOSSCommunityLosing Ground to Cursor and Others? VS Code Wants to Be an AI-First IDE


From It's FOSS News via this RSS feed

top 2 comments
sorted by: hot top controversial new old
[–] Voroxpete 5 points 4 days ago (1 children)

Can anyone recommend me a good FOSS IDE that isn't riddled with AI nonsense? I just want to code, I don't want a bot looking over my shoulder.

[–] clay_pidgin 4 points 4 days ago* (last edited 4 days ago)

Perhaps VSCodium. If not I bet there's a fork without AI.

There's always Notepad++ or VIM, too.

Edit: N++ isn't FOSS. It is, however, excellent.