101
votes

I am experiencing a problem with debugging in vscode just after the last update. There's something going on (https://github.com/Microsoft/vscode/issues/45657)

I'd like to check the previous version to see if my case is a problem here or in vscode but I can not find instructions on how to downgrade (I suppose it's possible)

2
Download older versions from here? code.visualstudio.com/updates/v1_20 You can go back as far as April 2016 release. - Rosdi Kasim

2 Answers

138
votes

Previous versions of Visual Studio Code can be downloaded here:

https://code.visualstudio.com/updates/

Pick the version you want from the list on the left, and then click on the download link for your OS as shown here:

enter image description here

You should disable auto update (as mentioned by Gregory in the comment) to prevent it from auto updating itself later upon restart. To do this, go to Preferences, Settings and then search for 'update'. Set it to 'none' as shown below:

Disable auto update

1
votes

https://code.visualstudio.com/updates/ site is only Windows Installer.
If you want to download Zip Executable, you can download like this url pattern.

# <download version> is like 1.44.0
https://vscode-update.azurewebsites.net/<download version>/win32-x64-archive/stable

reference is this site. https://github.com/Microsoft/vscode/issues/60933

And I try to download another site, and success to download. this site is linked in https://code.visualstudio.com/updates/

https://update.code.visualstudio.com/<download version>/win32-x64-archive/stable