View Image on VSCode Explorer
- This extension allows you to view images on VSCode's explorer.
Installation
How to Use
- Search "vione" in VSCode's configuration.
- 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
- You can set "Transition Time" to change images at regular intervals. (Optional)
- Click update button. (It will probably be reflected automatically.)


Reference
Developer's Note
Environment
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
| |