Skip to content

IsaraAomi/vsce-vione

Repository files navigation

View Image on VSCode Explorer

  • This extension allows you to view images on VSCode's explorer.

Installation

How to Use

  1. Search "vione" in VSCode's configuration.
  2. Set URIs to images. (You can set multiple URIs.)
    • Web URLs
      • Example:
        • https://example.com/image.png
    • Local Full Paths
      • Example:
        • Windows: C:\Users\UserName\Pictures\image.png
        • Linux: /home/username/Pictures/image.png
  3. You can set "Transition Time" to change images at regular intervals. (Optional)
  4. Click update button. (It will probably be reflected automatically.)

  • .gif image is also OK.

Reference


Developer's Note

Environment

  • WSL: Ubuntu-20.04
    • Windows 11

Reqirements

  • node: 18.1.0
  • npm: 8.8.0
  • tsc: 3.8.3
    • $ sudo apt install node-typescript

Packaging

  • Package by npx:
    $ ./packaging.sh
    

Installation to VSCode

  • Install the package as the following:
    $ ./install.sh
    

About

This extension allows you to view images on VSCode's explorer.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published