tfausak / purple-yolk

:hatching_chick: A Haskell IDE for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=taylorfausak.purple-yolk
MIT License
26 stars 2 forks source link

Add tags to diagnostics #67

Closed tfausak closed 5 months ago

tfausak commented 5 months ago

I used to support this. See https://github.com/tfausak/purple-yolk/issues/27. Not sure why I removed it.

tfausak commented 5 months ago

Here is what a diagnostic with the "unused" tag looks like:

image

And here is the "deprecated" tag:

image