Bug 486482 - LSP plugin server is not working for HTML files
Summary: LSP plugin server is not working for HTML files
Status: RESOLVED NOT A BUG
Alias: None
Product: kate
Classification: Applications
Component: plugin-snippets (show other bugs)
Version: 22.12.3
Platform: PiSi Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-03 01:28 UTC by Jairo
Modified: 2024-06-12 19:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jairo 2024-05-03 01:28:18 UTC
SUMMARY
kate lsp plugin is not working for vscode-html-language-server it tells that it has no binary but the repo was update 2 months ago, the solution was compile it with node.

STEPS TO REPRODUCE
1. Create an HTML file and save it
2. See the output option

OBSERVED RESULT
[20:25:44  Cliente LSP Advertencia] No se ha podido encontrar el binario del servidor: vscode-html-languageserver
Compruebe su PATH para el binario.


EXPECTED RESULT
No errors.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: OpenSuse
(available in About System)
KDE Plasma Version: 6.0

ADDITIONAL INFORMATION
these solution works for me https://github.com/helix-editor/helix/discussions/9605
Comment 1 Christoph Cullmann 2024-06-12 19:40:20 UTC
Hi, we need the executable in the path, I think the current state is the expected behavior.