alefragnani / vscode-ext-decoration

NPM Package with helper functions to work with "decoration" while developing VS Code extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to `Uri` in `gutterIconPath` param

alefragnani opened this issue · comments

The DecorationRenderOptions type accepts both string | Uri as param.

Using Uri allows to create icons on the fly, instead of loading SVG from disk, using data:image