'How to downgrade a Visual Studio extension?
I need to downgrade NuGet Package Manager extension for Visual Studio 2015 for testing purpose. How to do this? Is there any way to download an older version of this extension and install it into Visual Studio?
Solution 1:[1]
An easier way to downgrade any visual studio code extension is by:
1. search for the extension in visual studio code
2. Right click on the extension you want to downgrade
3. select Install Another Version...
4. Pick the version from the list if any and install
VS Code - how to rollback extension/install specific extension version
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Felix Runye |
