| Summary: | LSP server for all the filetypes | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Daniele Scasciafratte <mte90net> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | christoph, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 24.12.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Daniele Scasciafratte
2025-02-12 11:54:59 UTC
Have you tried specifying a highlighting mode regex such as: highlightingModeRegex: ".*", True, if the server doesn't care for the language id that might work. "*": {
"command": "something"
},
It is more easy to understand compared to:
"lsp-ai": {
highlightingModeRegex: ".*",
"command": "something"
},
Also because in this way I don't think that works on a new file window.
|