https://bugs.kde.org/show_bug.cgi?id=480399
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |waqar....@gmail.com Resolution|--- |WORKSFORME Status|REPORTED |RESOLVED --- Comment #1 from Waqar Ahmed <waqar....@gmail.com> --- You can suppress a diagnostic using a pattern, see https://docs.kde.org/stable5/en/kate/kate/kate-application-plugin-lspclient.html Alternatively you can disable on this on the server side: ``` "lspclient": { "servers": { "rust": { "initializationOptions": { "diagnostics": { "disabled": [ "inactive-code" ] } } } } } ``` -- You are receiving this mail because: You are watching all bug changes.