https://bugs.kde.org/show_bug.cgi?id=511318
Bug ID: 511318
Summary: LSP Client plugin out of order messages
Classification: Applications
Product: kate
Version First Git
Reported In:
Platform: Other
OS: Microsoft Windows
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 186290
--> https://bugs.kde.org/attachment.cgi?id=186290&action=edit
LSP log snippet
SUMMARY
LSP Client plugin displays error messages on typing.
STEPS TO REPRODUCE
1. Open a Go project with the LSP server installed and the LSP Client plugin
enabled.
2. Ensure options 'Show notifications from LSP server' and 'Highlight symbol
under cursor' are enabled.
3. Place cursor at the end of a line in a Go file.
4. Type repeatedly.
OBSERVED RESULT
An error message from the LSP server is displayed.
EXPECTED RESULT
No error message is displayed.
SOFTWARE/OS VERSIONS
Kate: 25.11.70
KDE Frameworks: 6.19.0
Qt: Using 6.9.2 and built against 6.9.2
Windows 10 Version 22H2
Build ABI: x86_64-little_endian-llp64
Kernel: winnt 10.0.19045
ADDITIONAL INFORMATION
Server logging shows 'textDocument/documentHighlight' sent before
'textDocument/didChange'. The client is therefore requesting highlight
information on part of the document model it has not yet sent to the server.
--
You are receiving this mail because:
You are watching all bug changes.