Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Simple DownloaderNew to Visual Studio Code? Get it now.
Simple Downloader

Simple Downloader

wk-j

|
656 installs
| (0) | Free
Download http file into vscode workspace
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Version Installs

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

  1. Command + Shift + P
  2. Select Download
  3. Select Omnisharp configuration in quick pick dialog.
  4. File will download and save as omnisharp.json into vscode workspace
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft