fabiospampinato / vscode-todo-plus

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

Doesn't work with extension vscode-highlight #320

Closed ussu99 closed 2 years ago

ussu99 commented 3 years ago

I'm using vscode-todo-plus and vscode-highlight.

But highlighting from vscode-highlight is not working for .todo-files.

Im trying to highlight e.g. Numbers in Text or .todo files. Highlighting works on Textfiles perfectly.

But with a .todo file a number are highlighted not as expected: image

On a textfile the highlight is as expected: image

Am i missing a toggle?

im Using following Settings:

// number
      "([0-9]+)": {

      "decorations": [
      {
        "backgroundColor": "#292A0A",
        "color": "#6fe74c",
        "fontWeight": "bold"
      }
    ]
fabiospampinato commented 2 years ago

Both extensions are highlighting things in a similar way so they conflict with each other, it's not currently possible to have those extensions working at the same time on the same file.