pragma plugin offering incorrect code actions #3673
Labels
component: hls-hlint-plugin
type: bug
Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Currently, the pragma plugin pattern matches on the occurrence of language extensions in the diagnostics to create an "Add " code action. This section that matches on the diagnostic needs to be pickier, as currently, it incorrectly produces code actions for when hlint suggests removing the pragma.
The text was updated successfully, but these errors were encountered: