-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Provide an internal command to download resources #59112
Labels
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Comments
Verify that following command downloads the resource and the returns the location of the downloaded resource vscode.commands.executeCommand('_workbench.downloadResource', vscode.Uri.parse('https://user-images.githubusercontent.com/1215681/35317099-5ccacae4-00d5-11e8-8cbc-b325f0358271.png') /* resource to download */).then(location => console.log(location.fsPath); |
sandy081
added
verification-found
Issue verification failed
and removed
verified
Verification succeeded
labels
Sep 26, 2018
sandy081
added a commit
that referenced
this issue
Sep 27, 2018
@mjbvz Can you please verify it now. |
@sandy081 should we be killing the file extension? |
@sbatten Yes, We do not want to retain any extensions or names |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
feature-request
Request for new features or functionality
verification-needed
Verification of issue is requested
verified
Verification succeeded
Provide an internal command to download resources
The text was updated successfully, but these errors were encountered: