| Summary: | allow filtering diagnostics by severity / pattern | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Diggory Hardy <kde2> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | wishlist | CC: | christoph, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Diggory Hardy
2024-01-27 18:23:25 UTC
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" ] } } } } } ``` |