Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.43k stars 139 forks source link

Icons appearance problem when having "-" between words #826

Open ThaPg opened 7 months ago

ThaPg commented 7 months ago

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