https://bugs.kde.org/show_bug.cgi?id=445085
oldherl <oldh...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/util | |ities/kate/commit/29585b58b | |65a7e47dc0797c0036311daef73 | |e1e7 Status|ASSIGNED |RESOLVED --- Comment #18 from oldherl <oldh...@gmail.com> --- Git commit 29585b58b65a7e47dc0797c0036311daef73e1e7 by oldherl oh. Committed on 07/11/2021 at 17:00. Pushed by waqar into branch 'master'. LSP Completion: use textEdit.newText as a workaround Some LSP server implementation, such as rust-analyzer 2021-11-01, do not use insertText field, but uses textEdit. Since we don't have real support for textEdit (see Commit 831a0069), the field textEdit.newText is used as a workaround here to prevent a worse fallback to use label as the inserted text. M +6 -0 addons/lspclient/lspclientserver.cpp https://invent.kde.org/utilities/kate/commit/29585b58b65a7e47dc0797c0036311daef73e1e7 -- You are receiving this mail because: You are watching all bug changes.