Finding Visual Studio Code Version on Windows 11 or 10

Visual Studio Code (VS Code) in the world of developers is a quite popular source code editing application, developed by Microsoft. It is free, hence widely adopted by coders to edit source code. Moreover, the extension ecosystem of VScode and the time-to-time release of the latest features plus improvements ensures users won’t miss out latest developments. However, if you already have the VScode installation on some system then you may want to know what version you are using.

In this tutorial, we learn the multiple methods to find the version of Visual Studio Code installed on your Windows 10 or 11 system.

1. Using the VS Code Interface:

Well, the first and easiest way to find the version of the VScode you are using is directly from the “About” section of the application.

  1. Open Visual Studio Code application on Windows, Linux, or macOS.
  2. Click on the “Three Dots” given right to Run in the Menu bar.
  3. Use the mouse and hover on the “Help” option.
  4. There you will find the “About” section. Select it to find the current installed version of Visual Studio Code.
Open VScode About section
cehck Visual code studio version

2. Using Command Prompt or PowerShell:

If you are currently using the CMD or Powershell for some work then no need to open any other app to see the Vscode version, just follow the given command.

  • On your Windows open the Command Prompt or PowerShell.
  • Now, simply type the below-given command and press Enter:
code --version
  • As soon you execute this command, the system will return with output, displaying the version of Visual Studio Code installed on your Windows.
use Command Prompt to check Vscode version

3. See Vscode version using Windows Settings:

In this method, we can use the Windows Settings to check the version of any installed application or executable on our system.

  1. To open it either click on the Start menu and select “Settings” (gear icon) or simply use the keyboard shortcut – Win+I.
  2. On the Setting window, go to “Apps” or “Apps & Features.
  3. Now, click on the search box and type – Visual
  4. As you find the “Microsoft Visual Studio Code” in the results list. You will see the version number displayed next to the App name.
Windows Settings to find visual studio code version

Conclusion:

Finding the version of Visual Studio Code installed on your Windows system is a straightforward process. Using the VScode’s interface is the best way to find the version number, however, the command line can also be preferred. Further, regularly updating Visual Studio Code ensures that you benefit from the latest enhancements and bug fixes, contributing to a more efficient and enjoyable coding experience.