PLC-lang / rusty

Structured Text Parser and LLVM Frontend
GNU Lesser General Public License v3.0
181 stars 47 forks source link

Show `plc explain` hint for all diagnostics, not just errors #1184

Open mhasel opened 1 month ago

mhasel commented 1 month ago

We should print the plc explain <ErrorCode> whenever there is a diagnostic message, not just when a diagnostic with Severity::Error is present.