You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since March release of VS Code, the bookmarks.gutterIconPath setting is not working anymore (reported in #411). The VS Code team blocked extensions from loading resources outside it sandbox
Instead of creating a workaround (copying the external file to the extension's sandbox), I'll create two new settings to allow the user to customize the bookmark's icon (border and fill).
The customized icon will be used in the Side Bar and the Gutter.
The text was updated successfully, but these errors were encountered:
Since March release of VS Code, the
bookmarks.gutterIconPath
setting is not working anymore (reported in #411). The VS Code team blocked extensions from loading resources outside it sandboxInstead of creating a workaround (copying the external file to the extension's sandbox), I'll create two new settings to allow the user to customize the bookmark's icon (border and fill).
The customized icon will be used in the Side Bar and the Gutter.
The text was updated successfully, but these errors were encountered: