-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Extensions sync could lead to corrupted extensions #566
Comments
Confirmed. This is the same as #560 as well. Here is my case.
Still not working, go more nuclear...
I went through the same process to confirm with It is worth noting that many of my extensions do in fact appear to be working, like |
@shanalikhan Can you please provide your opinion on the recommended suggestion. Thanks |
Yes @sandy081 you are right. yes i understand the better way is to either use CLI or from the API. Would you please guide about the roadmap for code when the extension installation API will be available. |
Duplicate of #434 |
I am sorry to say that there are no plans yet to support the requested API. But, after going through the above two mentioned issues in VS Code, I felt that this issue is independent of the API you requested for. I see that you want to move to CLI way of installing extensions as you mentioned here. So can you please use CLI for installing extensions otherwise this extension might cause users to install corrupted extensions which is not good. Thanks. |
Any updates on schedule to resolve this issue? |
Currently extension version is v2.9.2. This feature will be a part of v3.1.0. |
I have implemented CLI based installation and testing on Windows and Linux. |
This has been fixed as part of |
Re - microsoft/vscode#50976
I see that, this extension, to synchronise extensions, is installing extensions by itself. There are following issues with this
All this could end up user having a corrupted extension.
I would recommend to go through the system to install an extension. I know that there is no programmatic API but why not use the CLI to install?
The text was updated successfully, but these errors were encountered: