-
Notifications
You must be signed in to change notification settings - Fork 25
Is there an easy way to download a file in to the workspace? #134
Comments
there is no commands out of the box in VS Code as far as I know. |
Yep, the point of this and #135 was to reflect if, given these functionalities seem very commonly used in tutorials, it is better to implement them in didact or request the user to install an extension. |
Looking for something like this? https://marketplace.visualstudio.com/items?itemName=BishopCodes.vscode-pfw We may be able to leverage the "pasteFromWeb.execute" command it provides to do what you're after -- if we have a url |
So doing some digging into BishopCodes.vscode-pfw, it's not quite going to work for us, but it does inform a possible approach. @valdar , just so I understand what you're after... With a valid file URL, you want to be able to copy it to a location in the vscode explorer? Something like:
Is that essentially what you're looking for? |
Correct! |
awesome! |
Created #140 |
Will appear in the next version of Didact! |
I have found extensions to do so, or:
didact://?commandId=vscode.didact.cliCommandSuccessful&text=download-a-file-from-url$$wget%20https://...&completion=downloaded
but it is not cross platform and requireswget
installed.The text was updated successfully, but these errors were encountered: