onflow / cadence-tools

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

[LS] Add support for new analysis.Diagnostic information #293

Closed jribbink closed 6 months ago

jribbink commented 6 months ago

Issue to be solved

https://github.com/onflow/cadence/issues/3086 introduced new information to analysis.Diagnostic. The language server should support/utilize this.

Also, once https://github.com/onflow/cadence-tools/issues/287 is merged, the LS should treat the C1.0 category as severe.

Suggested Solution

No response