| Summary: | LSP client starts broken LSP server in an infinite loop | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Louis Moureaux <m_louis30> |
| Component: | syntax | Assignee: | Mark Nauwelaerts <mark.nauwelaerts> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | 19.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kate/952f82fa176baacaf07c1df50a1c1f259c26a66c | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Louis Moureaux
2020-01-03 17:14:52 UTC
At least some limit to how often to try it would be useful. Beside that, perhaps we could show the json snippet for the server, this should contain e.g. the url + command we try. Oops, this problem disappeared a bit from my radar/backlog :-( Suggested approach makes sense, and will have a go/look at that soon. Git commit 952f82fa176baacaf07c1df50a1c1f259c26a66c by Mark Nauwelaerts. Committed on 05/01/2020 at 15:10. Pushed by mnauwelaerts into branch 'master'. lspclient: avoid repeated restart of failing LSP server M +56 -9 addons/lspclient/lspclientservermanager.cpp https://invent.kde.org/kde/kate/commit/952f82fa176baacaf07c1df50a1c1f259c26a66c Git commit 952f82fa176baacaf07c1df50a1c1f259c26a66c by Mark Nauwelaerts. Committed on 05/01/2020 at 15:10. Pushed by scmsync into branch 'master'. lspclient: avoid repeated restart of failing LSP server M +56 -9 addons/lspclient/lspclientservermanager.cpp https://commits.kde.org/kate/952f82fa176baacaf07c1df50a1c1f259c26a66c Thank you! |