Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Several versions of VS Code after update

After updating VS Code for the second time, I can now right-click a file and open it with 3 different versions of it: 1.6.1, 1.8.1 & 1.9.0.

How can I either automatically prevent this on an update or remove the old versions after the update? My applications folder only shows one version of it.

like image 325
baermathias Avatar asked Feb 03 '17 22:02

baermathias


Video Answer


1 Answers

Locate the other versions

You can just run each of them, right-click on the Dock icon of the running version and select OptionsShow in Finder.

My versions were located here

~/Library/Application Support/com.microsoft.VSCode.ShipIt/update.OhD5XFk

Delete it

Just delete the whole directory update.OhD5XFk

like image 187
baermathias Avatar answered Sep 24 '22 03:09

baermathias