onflow / cadence-tools

Developer tools for Cadence
https://www.onflow.org/
Apache License 2.0
24 stars 20 forks source link

[lint] Remove `[Cadence 1.0]` from Cadence V1 Diagnostics #315

Closed jribbink closed 4 months ago

jribbink commented 4 months ago

Closes #314

Description

Adding this was an oversight and ends up causing more harm than the value it provides. IMO we should instead rely on clients to add this information if they need it (based on the category), and adding this only pollutes the diagnostic message.

I'll make a PR to add this messaging to the language server after this is merged