fabiospampinato / vscode-todo-plus

Manage todo lists with ease. Powerful, easy to use and customizable.
MIT License
908 stars 228 forks source link

Feature request: Add new special tags (or documentation about how to do it) #302

Closed TheTechOddBug closed 3 years ago

TheTechOddBug commented 3 years ago

I would like to have the ability to create new special tags with its corresponding configuration for colors or, if this is already implemented, i want to have some documentation about how to do it.

Thank you very much in advance.

House-of-Leaves commented 3 years ago

It can be done by adding to the todo.tags.names, todo.colors.tags.background, and todo.colors.tags.foreground arrays in Settings or your settings.json - just add to the arrays in the right order and restart VSC and it works great.

fabiospampinato commented 3 years ago

Closing as @House-of-Leaves addressed it.