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
205 stars 32 forks source link

What does "enabled - Allows the disabling of default (and custom) tags" do? #198

Open K8UT opened 1 year ago

K8UT commented 1 year ago

I have experimented with [ "enabled:" false ], with expections that the term would no longer appear in the list of available choices, or no longer appear when scanning. But True or False seems to make no difference.

What's suposed to happen?

Example: "STUB": { "iconColor": "purple", "highlightColor": "#BA68C8", "scope": "file", "enabled": false },