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
We now cache the extension gallery results in an Azure blob. This cache helps us in being faster in displaying the extension list but introduces another level of complications.
The cache itself lives at http://vscode.blob.core.windows.net/gallery/index. It is updated every minute due to a Scheduler service in Azure.
Make sure searching for extensions inside Code works as before, but is faster.
Using a firewall, try blocking the cache's requests. Make sure Code falls back to the original Gallery API.
You can (and should) also go into our Azure subscription, stop the scheduler that updates the cache every minute and test the query once 5 minutes have passed. The rule is: if the gallery index is stale for more than 5 minutes, Code should fall back to the original service call. Ultimately, you should always see extensions.
The text was updated successfully, but these errors were encountered:
Issue: #2621
Assignees:
Details:
We now cache the extension gallery results in an Azure blob. This cache helps us in being faster in displaying the extension list but introduces another level of complications.
The cache itself lives at
http://vscode.blob.core.windows.net/gallery/index
. It is updated every minute due to a Scheduler service in Azure.The text was updated successfully, but these errors were encountered: