
We are open sourcing the GitHub Copilot Chat extension. Itβs the first milestone in making VS Code an open source AI editor.

We are open sourcing the GitHub Copilot Chat extension. Itβs the first milestone in making VS Code an open source AI editor.
VS Code now supports the complete Model Context Protocol specification, including authorization, prompts, resources, and sampling.
VS Code version 1.101 released
Learn what is new in the Visual Studio Code May 2025 Release (1.101)
Announcing a new IDE for PostgreSQL in VS Code from Microsoft
We are excited to announce the public preview of the brand-new PostgreSQL extension for Visual Studio Code (VS Code), designed to simplify PostgreSQL...
cross-posted from: https://lemm.ee/post/64784462
ReSharper Comes to Microsoft Visual Studio Code: Public Preview Now Open
For the past 20 years, ReSharper has been the legendary .NET productivity tool that changed how millions of developers explore, write, and improve their code in Microsoft Visual Studio. Today, we're b
JetBrains AI Assistant β Now in Visual Studio Code
Intelligent JetBrains AI Assistant, empowered by a coding agent for complex tasks, available in Visual Studio Code
We will open source the GitHub Copilot Chat extension. Itβs the next step towards making VS Code an open source AI editor.
We will open source the GitHub Copilot Chat extension. Itβs the next step towards making VS Code an open source AI editor.
VS Code Release 1.100
Learn what is new in the Visual Studio Code April 2025 Release (1.100)
Agent mode is now available to all users and supports MCP.
VS Code version 1.99 released
Learn what is new in the Visual Studio Code March 2025 Release (1.99)
VSCodium can't save file if it needs root privileges (Linux Flatpak)
If I open a text file that needs root privileges to modify, I get this error:
undefined
Failed to save 'this_file': Insufficient permissions. Select 'Retry as Sudo' to retry as superuser.
That's fine, that's expected.
But when I click on "Retry as Sudo", I get this error:
undefined
Failed to save 'this_file': Unable to find pkexec or kdesudo.
This happens though pkexec
is installed on my machine, at /usr/bin/pkexec
; and I granted VSCodium access to it through Flatseal. How do I fix this?
VSIX Install - Linux Bash script for downloading and installing Marketplace extensions
A Bash Script to download VSIX files from Microsoft VS Marketplace and Install them into VS Code or Codium - MrScottyTay/VSIX-Install
I made this because I started using Codium but wanted to use an extension that didn't have an OpenVSX equivalent and found out MS removed the VSIX download buttons on the marketplace site.
This should also work for Code-OSS and the MS VS Code. You can also just use it to only download the VSIX files so you can keep them locally for future use or take them to another computer that does not have internet connection for whatever reason to install there.
It will also check for dependencies and download them if you don't already have them installed.
At the moment it only downloads the latest versions of an extension.
Sharing because I imagine I'm not the only one with this issue.
Discover the new Visual Studio solution file format (.SLNX), designed for better readability, fewer merge conflicts, and improved performance. Learn how to migrate today!
Announcing the Next Edit Suggestions and Agent Mode for GitHub Copilot in Visual Studio Code.
Python in Visual Studio Code - February 2025 Release
The February 2025 release of the Python and Jupyter extensions for Visual Studio Code are now available. This month's updates include .
VS Code January 2025 (version 1.97)
Learn what is new in the Visual Studio Code January 2025 Release (1.97)
Microsoft hates freedom
found this in an extension description today:
Why not use the Dev Containers from VS Code? Because Microsoft Devcontainer is a proprietary extension incompatible with VS Codium.
Why it is not on VS Code Marketplace? Because Microsoft is a VS Code gatekeeper and won't allow anyone to publish an extension if it uses Proposed API. Except Microsoft and its "partners", of course.
Meanwhile, these API are the only way to implement an extension like Open Remote SSH or Devcontainers.
Microsoft promises to allow everyone to use these API and publish extensions based on them in the future, once these API are "stable". But it's been many years since Microsoft first published an extension backed by a proposed API. It has also published many other extensions supported by the same API. However, the API is "unstable" and doesn't seem to be going to stabilise anytime soon.