VSCode 1.14.0 July update has major issues: How to roll back?

Viewed 336

So with the new VSCode update version 1.14.0 it causes major issues which are

  • High CPU usage (causes freezes)
  • random crashes
  • extensions are not availabe
  • IntelliSense working half of the time

So my question is how can I roll VSCode back to the previous version without losing my configurations?

2 Answers

Update April 2021

To find the previous version, click the Updates link on the top nav

Then click the correct link for your platform - that will download the latest update for that version.

enter image description here

Note:

After downloading the previous version (1.54.3 system) and reinstalling overtop the current (more recent) version, I received an error from the Python extension:

Cannot activate the Python extension because it depends on the Jupyter extension, which is not loaded.

Somehow the Jupyter extension was damaged and it was necessary to reinstall the Jupyter extension (that extension was greyed-out in the Extensions pane - it was only necessary to click the gear icon beside the Jupyter extension and install the latest version). After that, everything worked.

So, not completely painless, but it was easily resolved.

Related