-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Enhance extension download instructions with command option and example #7775
base: main
Are you sure you want to change the base?
Enhance extension download instructions with command option and example #7775
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seaniyer added a minor text edit. We'll publish with the 1.96 release.
|
||
To download an extension, navigate to the details page for the specific extension within the [Marketplace](https://marketplace.visualstudio.com/vscode). On that page, there is a **Download Extension** link in the **Resources** section, which is located on the right-hand side of the page. | ||
To download an extension, use the following command option: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To download an extension, use the following command option: | |
To download an extension, use the `--download-extension` command-line option and provide the extension ID and download location: |
Example: | ||
code --download-extension ms-python.python --location ~/vscode/testing | ||
``` | ||
You can copy the extension ID from the extension details page ![Copy Extension ID](./images/extension-marketplace/copy-extension-id.png). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove the "you can copy the extension ID" sentence. This does not have to be super easy.
Also let's add a note, something like "--download-extension is available in VS Code Insiders, and will be in VS Code Stable in December."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@isidorn I thought the plan was to release this guidance with the December release anyway?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would release this guidance before, so that Marketplace can go ahead with their plan of removing the download URL before the Stable VS Code is out.
Ok - we discussed in standup, and decided to not have a command line tool for this. But instead to have Right Click -> Download from the VS Code UI. So we should update these docs. I do not think we must have a screenshot. |
New flow is updated here - microsoft/vscode#232043 (comment) |
This is the doc change for the download option added to code command (in lieu of the download option on Marketplace)
@ntrogh & @isidorn can you please help coordinate when this is merged? I believe we can go live with the release of microsoft/vscode#232043 to general VS Code users.