StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
206 stars 32 forks source link

Use file icon theme setting #83

Closed FradSer closed 4 years ago

FradSer commented 4 years ago

I'm using vscode-icons as file icon theme like this: image And icon display in workspace anchors is like this: image

I think the icon display in workspace anchors should follow the file icon theme setting.

macjuul commented 4 years ago

This doesn't appear to be currently possible within VSCode. I made some adjustments where the workspace tree will now use the basic file icon used by the current icon theme, however rendering specialized file icons for specific extensions does not seem possible.