vscode-todo-highlight icon indicating copy to clipboard operation
vscode-todo-highlight copied to clipboard

TODO Highlight not working with Stylus files

Open thiagobraga opened this issue 2 years ago • 2 comments

Hi, friend. First of all, thank you very much for this extension, it is very useful.

I tried using it in a project that is basically written in Stylus (*.styl), but it didn't work. I changed the extension settings to include Stylus, but nothing happened either.

"todohighlight.include": [
  "**/*.js",
  "**/*.jsx",
  "**/*.ts",
  "**/*.tsx",
  "**/*.html",
  "**/*.php",
  "**/*.css",
  "**/*.scss",
  "**/*.styl",
],

image

Could you help me please? Thanks :blush:

thiagobraga avatar Feb 18 '22 13:02 thiagobraga

This is rather strange, as it should work. Perhaps there's another setting that is conflicting? But either way this extension is, it seems, not maintained. Have you tried the fork of it that I maintain? It's called TODO Highlight V2. There are a number of new features in it, including regex patterns.

jgclark avatar Feb 20 '22 12:02 jgclark

Nice @jgclark, thanks. I will check.

Perhaps there's another setting that is conflicting?

Setting related with to-do? I think not.
I'm using only TODO Highlight. And some Stylus extensions.

thiagobraga avatar Feb 21 '22 02:02 thiagobraga