fabiospampinato / vscode-todo-plus

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

Contribute todos to problem view #282

Open liangjiancang opened 4 years ago

liangjiancang commented 4 years ago

Offer a setting like this:

{
  "TODO": "warning",
  "FIXME": "error"
}

And output them to the problems view.