Allow Copy in diagnostic context menu for DiagnosticFixItem
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
.
Edited by Gary Li