Jonathan Clark

Results 146 comments of Jonathan Clark

@elazarcoh and @alkatar21 I have picked this up again, as I have a few days holiday. I released some smaller pending updates yesterday, but all the discussed issues and PRs...

> I see it's working on the web (using https://github.com/microsoft/vscode-test-web). I did remove some dependencies and cleared dist to make npm and webpack happy for building it. Many thanks for...

> @jgclark let me know if the [vsix](https://github.com/jgclark/vscode-todo-highlight/blob/ae4dc410efe0c2b921530a270154763e3ef8c141/vscode-todo-highlight-2.1.0.vsix) works. Sorry, it doesn't. None of my highlights then work, and instead it does the same thing as I showed in a...

> > You emailed me Alkatar21, but I've checked again and I can't see the message, sorry. > > @jgclark I have tried it again with subject `vscode-todo-highlight` to `[email protected]`....

Thanks, @elazarcoh, that sounds like a good idea. I know the basics of git, but I was nervous on seeing "6 commits ahead; 46 behind". And when I tried to...

Thanks, @ascheel for the report. It's also failing for me. So @GBR6000 interesting that it works for you. How many items are in your "todohighlight.exclude" array?

Thanks, @GBR6000. As I thought: the first exclude setting works, but the others are currently ignored. I think this bug has been there since I forked it years ago, and...

At the moment there isn't an easier way to do this. I'm not sure what could make this possible yet still supply some defaults out-of-the-box to help new users. Ideas...

Have you tried both settings of the `todohighlight.toggleURI` setting? If you have, then I suspect the issue resides in the `showOutputChannel` function in `util.js`, but as I don't know JavaScript,...

That's good work. Thanks for being willing to try to improve this.