Last updated: Apr 6, 2024
Reading time·4 min
To check your VS Code version:
On Windows and Linux: press Alt
to show the top menu and select Help
and then About.
On macOS, click on Code and then click on About Visual Studio Code.
Code
is the leftmost top menu on macOS.Note that you might have to press Alt
on Windows and Linux to show the top
menu.
Once you click on About or About Visual Studio Code, the version is shown.
The Visual Studio code version is displayed in the 'major.minor.release' format,
e.g. 1.76.0
.
Where:
1
is the major version.76
is the minor version.0
is the release version.Here is a short clip that demonstrates the process on Windows and Linux.
If you are on macOS, make sure to click on Code and then About Visual Studio Code version in the top menu.
You can also use the code --version
command to check your VS Code version
using the command line.
On Windows, start CMD (Command Prompt), on macOS and Linux, start bash or zsh
and issue the following command.
code --version
You can also use the code -v
alias.
code -v
The command prints 3 things:
x64
).VS Code releases a new version with bug fixes and new features every month.
You are usually prompted to update your VS Code version directly in the editor.
However, you can also manually check for updates:
On Windows and Linux: press Alt
to show the top menu and click on Help
and then Check for updates.
On macOS: click on Code in the top menu and then click on Check for Updates.
Note that you might have to press Alt
to show the top menu on Windows and
Linux.
Here is a short click that demonstrates the process.
Make sure to click on Code and then Check for Updates if you're on macOS.
If you are on Linux, automatic updates might not be supported. In this case, you can:
Extract the zip, open the contents of the folder and run the code application.
On Ubuntu, you can also:
Note that all instances of VS Code must be closed for you to be able to update it.
If you can't see the Check for Updates option or you aren't able to update VS Code to the latest version:
Ctrl
+ Shift
+ P
(or Command
+ Shift
+ P
on macOS).F1
to open the Command Palette.You can also open the settings screen by pressing Ctrl
+ ,
on Windows and
Linux or Cmd
+ ,
on macOS.
none
.When Update: Mode is set to none
, then updates are disabled.
When it is set to default
, automatic update checks are enabled.
If the auto-update feature doesn't work for you on macOS:
Close all running instances of VS Code.
Download the VS Code zip file.
Open the zip file and drag Code over to Applications.
Launch Code.
If the auto-update feature doesn't work for you on Windows:
You can learn more about the related topics by checking out the following tutorials: