Skip to content

Allow Copy in diagnostic context menu for DiagnosticFixItem

Gary Li requested to merge li-gary/kate:copy-in-diagnostic-item into master

Kate currently only allows Copy for DiagnosticItem_Diag. For nested LSP diagnostics to be copied, this fix expands the Copy option to all item types except the top level DiagnosticItem_File.

BUG: 475215

Edited by Gary Li

Merge request reports