The March 2025 release of Visual Studio Code, aka 1.99, was released few days ago.
The new release introduced chat agent mode for VS Code Stable, which can be enabled by setting chat.agent.enabled.
With chat agent mode in Visual Studio Code, you can use natural language define a high-level task and to start an agentic code editing session to accomplish that task.
Visual Studio Code announced version 1.87 as the new February 2024 release!
The release features voice dictation support in editor. With VS Code Speech extension installed, user can use voice to dictate directly into the editor.
It can be started by pressing Ctrl+Alt+V on keyboard, and stop via Escape key. Or, press and hold the key combination (Ctrl+Alt+V) to enable walky-talky mode, that the voice recognition stops as soon as the keys released.
The VS Code Speech extension now has 26 supported languages support. Each language comes as its own extension. And user can choose between them using accessibility.voice.speechLanguage setting.
Other changes in the release include:
Multi-cursor inline completions are previewed and applied at both the primary and the secondary cursor positions.
Rename suggestions from Copilot.
Pylance extension for Python support now has an Add Imports code action for adding missing imports.
Enable sticky scroll by defaul, and increase maximum display number from 10 to 20.
GitHub Copilot Chat suggests templates and features when adding dev container configuration files to a workspace
Side-by-side preview refactoring – Preview refactorings across files with multi diff editor.
This is a step by step beginner’s guide shows how to install VS-Codium IDE in Ubuntu, using 4 different ways.
VSCodium is a free and open-source software binaries of VS Code. It’s NOT a fork, but a community-driven, freely-licensed binary distribution of Microsoft’s editor VS Code.
The VSCodium project was born due to:
Microsoft’s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry/tracking.
It’s a good choice as a telemetry-less version of VS Code without rebuilding by programmers themselves.
This is a step by step beginner’s guide shows how to install VS Code IDE and keep it up-to-date in Ubuntu 22.04, Ubuntu 23.04, Ubuntu 24.04 using 3 different ways.
Microsoft provides official code packages for Linux through native .deb (for Debian/Ubuntu), .rpm (for Fedora/SUSE), and universal Snap package run in sandbox.
For choice, there’s also a community maintained Flatpak package which also runs in sandbox.
So, there are 3 common ways to install this IDE in your Ubuntu Desktop!
Code 1.36, the June 2019 release of Visual Studio Code, was released. The new release has updated to Electron 4.x, means it will no longer run on Linux 32-bit.
VS Code 1.36 release highlights:
Context menu for the status bar to hide / show individual entries.
Indent guides now available in File Explorer, Search view, Debug views, etc.
Select Default Shell command for Mac OS and Linux.
Control the order of task and subtask execution.
New debug command Jump to Cursor
New setting controls whether word wrap is enabled in the Debug Console.
New Java installer.
New extension integrates JS/TS nightly builds.
Remote Development (Preview) improvements
How to Install VS Code 1.36 in Ubuntu:
You can either download and click install the Ubuntu .deb from VS code website:
Or install the official Snap (containerized software package) from Ubuntu Software:
For Ubuntu 16.04, the snap package is not integrated into Ubuntu Software.
Open terminal (Ctrl+Alt+T) and run command to install snapd first:
sudo apt-get install snapd
Then install the VS Code IDE via command:
sudo snap install code --classic
Uninstall:
Depends on your system edition, remove VS Code either via Software Center or run command in terminal:
MicroSoft and Canonical (the company behind Ubuntu) finally announced the official Snap package of Visual Studio Code IDE.
Which means you can install VS Code easily from Ubuntu Software and keep it always up-to-date automatically, though the old Snap package maintained by an independent developer was available for nearly two years.
4th April 2019, London, UK – As of today, Microsoft Visual Studio Code is available for Linux as a snap, providing seamless auto-updates for its users. Visual Studio Code, a free, lightweight code editor, has redefined editors for building modern web and cloud applications, with built-in support for debugging, task running, and version control for a variety of languages and frameworks.
Snaps are containerised software packages designed to work across cloud, desktop, and IoT devices. They work natively on most popular Linux distributions and feature automatic updates and rollback functionality, enhanced security, and greater flexibility for developers working within Linux environments.
Install VS Code via Snap in Ubuntu 18.04 / Higher:
Simply open Ubuntu Software, search for and install visual studio code:
Install VS Code via Snap in Ubuntu 16.04:
For Ubuntu 16.04, the snap packages are not integrated in Ubuntu Software.
Open terminal (Ctrl+Alt+T) and run command to install snapd first:
sudo apt-get install snapd
Then install the VS Code IDE via command:
sudo snap install code --classic
Uninstall:
Depends on your system edition, remove VS Code either via Software Center or run command in terminal: