Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 247
Murat Karagöz Avatar asked Jul 12 '17 10:07

Murat Karagöz


People also ask

How do I undo vs update code?

Click the (...) button and then select Undo Last Commit to undo the previous commit. The changes are added to the Staged Changes section.

What is the latest version of VS Code?

Update 1.70. Welcome to the July 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Title bar customization - Hide/show menu bar, Command Center, or layout control.

Is Visual Studio Code better than Visual Studio?

If you need to collaborate with team members on development or debugging, then Visual Studio is the better choice. If you need to do serious code analysis or performance profiling, or debug from a snapshot, then Visual Studio Enterprise will help you. VS Code tends to be popular in the data science community.


2 Answers

After 1.14.0 I have the same issues, specifically freezing for multiple seconds randomly during intellisense. They label it the previous month, so 1.14.0 is the "June" release.

Going to https://code.visualstudio.com/updates/v1_13 and click the links right below the title to download the older versions (don't click the green download button).enter image description here

Downloading that windows executable for 1.13.1 and running it installed the old version over the new version without issue. All of my settings are the same and everything works fine.

like image 156
SteveGSD Avatar answered Nov 10 '22 00:11

SteveGSD


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.

like image 40
cssyphus Avatar answered Nov 09 '22 23:11

cssyphus