Craig Benson
Craig Benson

Reputation: 105

How can I rollback to an earlier version of VS Code?

I just installed an update to VS code ( version 1.21.1 ) and I am now getting an error when I try to debug ( "Debug adapter has terminated unexpectedly" ). It has been a while since I've tried to debug with VS Code so I wanted to first check to see if this update was the cause.

I'm working with Flask/Python.

Upvotes: 3

Views: 16952

Answers (1)

HaaLeo
HaaLeo

Reputation: 11672

You can browse through the vscode updates list and then just click download on the version's page you are looking for.

Upvotes: 1

Related Questions