Hello,
Is there anyway to revert back to a previous sync version. If not that would be a great feature request.
Thank you.
Should probably be a feature request for the vscode team instead. Being able to install a specific version of a vscode plugin. Being used to npm, i kinda expected this to work (it didn't):
code --install-extension [email protected] --force
@UTexas80 report in code repo to allow extensions to install previous extensions.
But if you set autoupdate to false and then upload the gist, Settings Sync will take care and download the version specific extensions.
Btw, it is possible. Download the *.vsix from here. Open up code and select "Install from VSIX" (in the action panel). Answer yes to replace the new with the old.
How do you revert to a previous version of your settings? I accidentally uploaded blank settings.
I accidentally uploaded blank settings.
We can revert to previous version of extension. But if you want to revert your settings to older version. You need to check the revisions from the Gist Page inside github.
Check How to revert to an earlier gist
To Support Settings Sync to revert to older revision , there is already issue opened. #413