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

macOs links

Open pniedzwiedzinski opened this issue 6 years ago • 2 comments

I think this would work on most machines ;) This fixes #130

pniedzwiedzinski avatar Oct 20 '18 11:10 pniedzwiedzinski

Can we get this merged? I can't open links in macOS from the log as it currently stands

tjeastmond avatar Jan 07 '19 19:01 tjeastmond

@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 (or run with npx if you don't want to mess with globals)
  4. vsce package
  5. code --install-extension vscode-todo-highlight-1.0.4.vsix
  6. reload vscode

Hope this will help 😁

pniedzwiedzinski avatar Jan 08 '19 12:01 pniedzwiedzinski