You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LSP spec allows language servers to send tags along with diagnostics and the two currently defined tags are unnecessary and deprecated. I'd like to request having these tags supported by the Linter.
The spec suggests that the clients fade out the regions tagged with unnecessary and strike through the regions tagged with deprecated. This will require two modifications:
support giving tags to the linter messages
handle these tags in the linter UI
The text was updated successfully, but these errors were encountered:
The LSP spec allows language servers to send tags along with diagnostics and the two currently defined tags are
unnecessary
anddeprecated
. I'd like to request having these tags supported by the Linter.The spec suggests that the clients fade out the regions tagged with
unnecessary
and strike through the regions tagged withdeprecated
. This will require two modifications:The text was updated successfully, but these errors were encountered: