microsoft/vscode

Adopt latest Marketplace CDN changes

joaomoreno opened this issue · 0 comments

The Marketplace extension query now returns two Asset URI’s: assetUri and fallbackAssetUri.

Asset downloads should work the following way:

  • VSIXPackage
    1. Use fallbackAssetUri with the redirect param.
    2. Fallback to fallbackAssetUri without the redirect param.
  • Other assets
    1. Use assetUri without the redirect param.
    2. Fallback to fallbackAssetUri without the redirect param.