Bug 486482

Summary: LSP plugin server is not working for HTML files
Product: [Applications] kate Reporter: Jairo <jairoquilumbaquin1>
Component: plugin-snippetsAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: christoph
Priority: NOR    
Version First Reported In: 22.12.3   
Target Milestone: ---   
Platform: PiSi Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.