usernamehw/vscode-todo-md

How to create custom priority?

Creveoolus opened this issue · 2 comments

I wanna make a custom priority like (A) or (B).
It should be (BUG) and (FEATURE).

Can i implement this in settings.json? If I do, then how?

It's not supported.

But this example it looks like BUG and FEATURE are more of a category than a priority. Like, you would have multiple bugs and features and they would use a context @bug or tag #bug:

(A) fix that thing @bug
(B) fix another thing @bug

(A) implement something @feature
(B) implement another thing @feature

thanks