HTML LS can't start #17381
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Describe the bug
HTML Language Server is provided to Che Theia though the VS Code built-in extension
https://github.com/eclipse/che-theia/blob/727b6c5a1e650a1357652610b48482a9cc5c9bae/generator/src/templates/theiaPlugins.json#L20
When opening any HTML file, Che Theia shows the error notifications, see the attached screenshots.
Che version
Steps to reproduce
Open any HTML file in Che Theia.
Expected behavior
HTML language features as an autocomplete, hovers, etc. should be provided.
Screenshots
Eclipse Che Logs
From HTML Language Server output channel:
Additional context
Note,
s.languages.registerOnTypeRenameProvider is not a function
is a known upstream issue eclipse-theia/theia#7987. Despite that error, HTML LS starts in upstream Theia.I've tried with several different versions of
html-language-features
and the result is the same.First, need to check this path https://github.com/microsoft/vscode/blob/182db07de2745fe3a6369f4ad80ae930e006a99b/extensions/html-language-features/server/src/modes/javascriptLibs.ts#L12
The text was updated successfully, but these errors were encountered: