-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test default additional builtin extension in insiders.vscode.dev #183734
Comments
Does this mean it is no longer possible to do Install Extension From Location for an embedder builtin extension like GitHub Repositories? |
Latest version loading in insiders.vscode.dev works like a charm 👏 |
➕ 💯 on automatically loading the latest version 👏🏻 |
I would say
This was there before (I do not know who added this) adding this feature and in this TPI I just want to make sure this is not broken with my changes. If no one owns this, I would like to remove this. |
Refs: #174682
Complexity: 5
Create Issue
This TPI is to test that insiders.vscode.dev will always load latest version for following additional builtin extensions
Make sure when you open insiders.vscode.dev always latest versions of above extensions are loaded. Not only above extensions, their transitive closure dependencies and extension pack extensions are also loaded with latest versions.
ms-vscode.remote-repositories
extension, dependency ofms-vscode.azure-repos
andGitHub.remotehub
ms-vscode.anycode
extensionms-vscode.remote-explorer
extension included inms-vscode.remote-server
andGitHub.codespaces
extensionsTry to publish a new version for one of these extensions and make sure this version is loaded in insiders.vscode.dev.
vscode-azurerepos-dev
. For example, host this extension locally and pass the location in the URL like belowhttps://insiders.vscode.dev/?vscode-azurerepos-dev={location}
. This will override the extension that comes from the MP.vscode-remotehub-dev
. For example, host this extension locally and pass the location in the URL like belowhttps://insiders.vscode.dev/?vscode-remotehub-dev={location}
. This will override the extension that comes from the MP.Please NOTE that server has a cache time of 2.5 minutes and MP also has a cache (5~10mins), which means in a worst case, if a new version of extension is published to MP, it might not be available on insiders.vscode.dev for a max of 15 minutes. For all these extensions Update action is never shown even if there is a latest version in Marketplace.
Troubleshoot: In case, the latest version is not loaded, please open Elements tab in dev tools and share the content of the
meta
element with namevscode:defaultExtensions
underhead
element.The text was updated successfully, but these errors were encountered: