-
Notifications
You must be signed in to change notification settings - Fork 11
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
No download link for extensions under Version History #1135
Comments
Thank you very much for your feedback. We are constantly reviewing features on the VS Marketplace with the goal of improving key features and removing features that are not key to the developer workflow. Based on our data and analysis, "Download Extension" was not part of the inner developer flow that we are constantly trying to optimize, so we decided to no longer support it. VS Code allows right click context menu to download a vsix in the extension search view, example image” Regards, |
As I also commented in #1138, this is not useful advice in environments where VS Code runs on a machine with no internet, and the machine with internet cannot run VS code at all for one reason or another. I work with one such environment, along with many colleagues, and this change is blocking all extension updates and new extension installs. |
This was the push I needed to switch from VSCode to Zed.
On 28 January 2025 14:47:21 GMT, Ilkka Poutanen ***@***.***> wrote:
As I also commented in #1138, this is not useful advice in environments where VS Code runs on a machine with no internet, and the machine with internet cannot run VS code at all for one reason or another. I work with one such environment, along with many colleagues, and this change is blocking all extension updates and new extension installs.
--
Reply to this email directly or view it on GitHub:
#1135 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
--
Sent from my Android device with K-9 Mail.
|
@ilkkapoutanen-61n thanks for your feedback. To understand your setup better, why the machine with internet can not run VS Code? In what kind of enterprise do you work? |
No worries @isidorn ! The environment that has internet connectivity is managed and ephemeral, so any extension update might start with having to first get vs code itself (in order to use its download function, as described in the workaround). Using the portable zip installer makes this technically possible I guess, but it seems to me like a lot of work for what used to be achievable with a few clicks. Then there is of course a whole process for transferring material between environments which I won't describe here. |
Regarding these comments:
I too am working in a similar environment. Our developer PCs do not have direct access to the internet. The internet is accessed via a special virtual machine (TightGate), which only runs a browser and allows to retrieve files downloaded in that VM via secure copy (SCP). For security reasons, there is no way at all to have VSCode installed in a PC or VM which has direct access to the internet. I have been working in different companies, which apply the same rules. This is no weird edge case, and I am surprised it needs explaining. Without the download button, I have to open VSCode on my personal PC at home, after work, get the link, send it to me via email or whatever. Please bring back a simple way to download VSIX files from the VS Marketplace webpage. |
Describe the bug
New, direct-download, installation instructions indicate that users should choose an OS-appropriate version from the Download link under the Version History section of the extension's listing in the marketplace. No such link exists and the previous download link in the sidebar of the extension listing has been removed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Following the revised installation instuctions (take C/C++ as an example) you should now be able to download the extension from the Version History link.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: