joyride

eval2020 2022-05-05T14:20:47.729319Z

I’m playing around with joyride (thanks!) and was wondering whether the vscode api allows for inserting squigglie lines 🤔

eval2020 2022-05-05T14:32:02.380009Z

…as part of the programmatic language features it seems: https://code.visualstudio.com/api/language-extensions/programmatic-language-features#provide-diagnostics

pez 2022-05-05T14:38:23.082909Z

Yes, that should work, I think. If you make an example, please consider contributing it to the repository!

pez 2022-05-05T14:40:21.923429Z

And please don't hesitate to ask for help. Here's the diagnostics example from their examples collection: https://github.com/microsoft/vscode-extension-samples/tree/main/diagnostic-related-information-sample

pez 2022-05-05T14:42:09.491119Z

I think that what Joyride might be lacking to implement that example better is access to the extension context. I'll add that.

eval2020 2022-05-05T14:47:51.564939Z

thanks for that example! It looks already like a not-so-easy introduction to this domain 🙂 Will contribute when I got something.

pez 2022-05-05T14:56:22.956399Z

It's an interesting example use case. That said, depending on the use case you might get away with configuring a Task with a problem matcher.

👍🏻 1
rayat 2022-05-05T17:42:30.267149Z

https://app.smartmailcloud.com/web-share/R5-uk8dhhnczm_sC5RggEetrSFHKpKpdsR6-9xNH. I'm curious how they found out about it

1
pez 2022-05-05T18:27:09.247759Z

Probably HN?

pez 2022-05-05T21:05:47.883449Z

New Joyride release: [0.0.4] - 2022-05-05 • https://github.com/BetterThanTomorrow/joyride/issues/28whenhttps://github.com/BetterThanTomorrow/joyride/issues/29

🎉 2