Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update VS Code on Windows?

I have VS Code version 1.37.1 and I want to update to the current available version 1.43. My OS is Windows 10.

How can I update the current version to the latest?. Like in Eclipse, check for updates is not updating the installation, rather it gives me a zip.

like image 819
upog Avatar asked Mar 23 '20 03:03

upog


4 Answers

VS Code will automatically update itself on windows 10. If you'd like to force an update check there's an option available for that under 'Help > Check for Updates'.

VS Code Help>Update

If the update still doesn't complete, you can run the installer from here as described in the official Visual Studio Code Documentation under Docs » Supporting » Howtoupdate, found here.

like image 89
Fehr Avatar answered Nov 09 '22 10:11

Fehr


If Update:Mode in VS Code's setting is on 'none' , 'Check for Updates ...' option will disappear from Help. Just be sure it's not on 'none' then you can check for updates.

like image 42
c30net Avatar answered Nov 09 '22 12:11

c30net


2021-12-15, if you don't see Check for Updates... then Settings enter image description here

Make sure it's not none enter image description here

Then Help, Check for updates..., it won't auto-install. Once it downloads the update, either Help, Install update, or enter image description here

like image 5
Jeb50 Avatar answered Nov 09 '22 10:11

Jeb50


Normally you don't need to do anything. The default configuration auto-updates and tells you it needs a restart.

If you experience different behaviour then either someone has interfered with settings in VS Code or the platform (Win/Lin/Osx) is misconfigured.

Type Ctrl+, or your platform equivalent and then filter for "update", then inspect your settings to see what may be mucked up. You can also force an update in the Help menu, and if this results in the download of a zip file it's not VS Code that's messed up, it's your platform.

like image 3
Peter Wone Avatar answered Nov 09 '22 10:11

Peter Wone