Download http file into vscode workspace
Installation
- Command + Shift + P
- Install Extensions
- Simple downloader
Usage
Add file url to user or workspace settings (appsettings.json )
Example
"simpleDownload": [
{
"name": "OmniSharp configuration",
"url": "https://raw.githubusercontent.com/wk-j/configurations/master/omnisharp.json",
"target": "omnisharp.json"
}
]
How to download omnishrap.json into workspace
- Command + Shift + P
- Select
Download
- Select
Omnisharp configuration in quick pick dialog.
- File will download and save as
omnisharp.json into vscode workspace
| |