Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

seaniyer
Copy link
Contributor

@seaniyer seaniyer commented Nov 13, 2024

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.

@seaniyer
Copy link
Contributor Author

Copy link
Contributor

@ntrogh ntrogh left a 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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).
Copy link
Contributor

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."

Copy link
Contributor

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?

Copy link
Contributor

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.

@isidorn
Copy link
Contributor

isidorn commented Nov 14, 2024

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.

@sandy081
Copy link
Member

New flow is updated here - microsoft/vscode#232043 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants