todo-tree icon indicating copy to clipboard operation
todo-tree copied to clipboard

Icons appearance problem when having "-" between words

Open ThaPg opened this issue 1 year ago • 1 comments

I followed tutorial by Thomas Venturini (https://thomasventurini.com/articles/the-best-way-to-work-with-todos-in-vscode/) to improve my experience with this extension.

But when I'm using icons from https://microsoft.github.io/vscode-codicons/dist/codicon.html like "symbol-property" the icon doesn't appears and appears only the "check" icon. image image


On the other hand, if I use "gear" as icon, it's working without any problem. image image


I don't know if it's my problem or it's something refers to Visual Studio Code extension code.


Visual Studio Code Setup: Version: 1.85.1 (user setup) Commit: 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2 Date: 2023-12-13T09:49:37.021Z Electron: 25.9.7 ElectronBuildId: 25551756 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Windows_NT x64 10.0.19045


Todo Tree: v0.0.226

ThaPg avatar Mar 01 '24 12:03 ThaPg

Unfortunately vscode doesn't support codicons in the gutter - you can use the equivalent octicons though (if they exist).

larskuerten avatar Nov 22 '24 03:11 larskuerten