Patryk Niedźwiedziński

Results 14 comments of Patryk Niedźwiedziński

What types would you use? I just don’t know what is the reason of this feature

I think you could use `todohighlight.keywors` option in `settings.json`. It's an array with labels that todohighlight will be looking for in your files. But you would need to pre-define all...

@thitemple It might be a good idea but it looks that this repository is stale for over a year 😞

@tjeastmond you can download it and install it manually from https://github.com/butterfly-pn/vscode-todo-highlight ## Here is how to do that 1. clone repo 2. `npm install -D` 3. `npm install vsce -g`...

I made a fix but it probably won't be merged. You can check it and try to install from source #132

Because this plugin is stagnated you may also give a try to this: https://github.com/Gruntfuggly/todo-tree

![image](https://user-images.githubusercontent.com/19212948/73608286-832d2500-45c1-11ea-8403-0a2fd4e85a5a.png) Something like this

I reproduced it in docker with `ubuntu:19:10` image. It's strange because when I cloned the repo and run `go build` it works. It looks like the problem is with `go...