vscode-todo-highlight
vscode-todo-highlight copied to clipboard
macOs links
I think this would work on most machines ;) This fixes #130
Can we get this merged? I can't open links in macOS from the log as it currently stands
@tjeastmond you can download it and install it manually from https://github.com/butterfly-pn/vscode-todo-highlight
Here is how to do that
- clone repo
-
npm install -D
-
npm install vsce -g
(or run with npx if you don't want to mess with globals) -
vsce package
-
code --install-extension vscode-todo-highlight-1.0.4.vsix
- reload vscode
Hope this will help 😁