-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Install Web Extension no longer works #162240
Comments
It works for me when I am on default profile. But there is a bug installing an extension does not work in another profiles which I fixed just now. Can you please double check if this is the case? |
@joyceerhl Can you verify this issue has been fixed? |
This still repros for me in insiders.vscode.dev @sandy081 with the steps above :/ |
@joyceerhl It worked for me when I added following web extension
I have not tried the local dev build as I have not set it up. But lets catch up and sync on this. |
It doesn't work for me when I install the following After a reload (which is required for the newly installed web extension to take effect), I appear to be auto updated to the latest version of the extension |
Yeah this is expected. If there is a newer version it gets autoupdated. But is not the same problem as described in the issue? |
Hm, isn't it the same issue? Having installed a specific version of a web extension, I'm told to reload to actually have the install take effect, but the reload causes the extension to be updated to the latest. Maybe the recommendation for users is to disable auto updating in this scenario? |
This is a developer action to side load an extension that is not in Marketplace. But it seems your extension exists in Marketplace and is not a common scenario to side load. This is same as side loading an extension in desktop using VSIX and you see the same behaviour. So you have to make sure to disable updates if this is the case. |
It seems these are not side loaded instead they are builtin. If so they are auto updated independent of auto update flag. This flag is only for user installed extensions. |
Can builtin extensions not disable updates when side loaded? |
Yes, when side loaded / installed by user, they won't be auto updated. In fact, they shall not be shown in built in extensions section in that case. |
I'm seeing that when I sideload a builtin extension, ✅ they are not shown in |
This should be shown as user installed extension because it was side-loaded so that you can also remove it. I think that's the bug. |
Thank you @sandy081, works great now 🎉 😭 🥳 🙏 |
The text was updated successfully, but these errors were encountered: