Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Remote image to localNew to Visual Studio Code? Get it now.
Remote image to local

Remote image to local

Tarek Auf der Strasse

|
453 installs
| (1) | Free
Extension that lets you automatically download and replace images with a local path.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Remote to Local images

This project uses the base code from ImageSaver by Ademiking
This extension helps replaceing remote image urls with local uris by downloading the images and replacing the paths

Features

Replace remote images in workspace with "Replace remote images " command
Adds a Code Lens above image urls that lets you replace single images
Change the path of downloaded images relative to the current workspace
Change how image names are formatted

Requirements

VS code ^1.82.0

Extension Settings

  • Image Name
    • Allows you to set a filename for a given string
    • If a file with the name already exists a number is added to the end of file
    • Support for formatting with the variable by using ${}
      • ${rawdate} the current time in unix
      • ${formatteddate} the current date in format yyyy-mm-dd
      • ${workspacename} the name of the files workspace
      • ${filename} the name of the file your in
  • Image path
    • Allows you to change the default path based on the current workspace

Known Issues

Todo

Release Notes

Todo

1.0.0

Created first version for VScode Marketplace

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft