You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start code with arg --extensions-download-dir and providing a path for downloading extension VSIXs
Go to extension view and install an extension
Make sure that VSIX is downloaded to above provided directory
Uninstall the extension, and also go to Extensions Folder using command Extensions: Open Extensions Folder and delete the extension (This is to make sure that extension is downloaded again).
Install the extension again.
Make sure that downloaded VSIX is used. You can test that by making sure that there is no request to Marketplace for the VSIX. To test that,
Open shared process (Developer: Toggle Shared Process) and go to networks tab
There is no request to Marketplace to download VSIX Eg: https://........../Microsoft.VisualStudio.Services.VSIXPackage
Delete the downloaded VSIX in the above pointed directory and follow steps 4 & 5.
Make sure that VSIX is downloaded again to the above pointed directory.
Make sure that we cache only recent 20 VSIXs.
Use extension packs with many extensions to install or uninstall bunch of extensions
Clean up is done when code is started. So you have to restart for clean up to kick off.
The text was updated successfully, but these errors were encountered:
Ref - #2227
Complexity: 3
--extensions-download-dir
and providing a path for downloading extension VSIXsExtensions: Open Extensions Folder
and delete the extension (This is to make sure that extension is downloaded again).Developer: Toggle Shared Process
) and go to networks tabhttps://........../Microsoft.VisualStudio.Services.VSIXPackage
The text was updated successfully, but these errors were encountered: