emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.76k stars 879 forks source link

Unable to calculate the languageId for buffer ‘Foo.qml’. Take a look at ‘lsp-language-id-configuration’. The ‘major-mode’ is qml-mode #4460

Open Dushistov opened 4 months ago

Dushistov commented 4 months ago

Thank you for the bug report

Bug description

When I open qml files in emacs, I got this annoying message:

Unable to calculate the languageId for buffer ‘Foo.qml’. Take a look at ‘lsp-language-id-configuration’. The ‘major-mode’ is qml-mode

Steps to reproduce

Open any qml file.

Expected behavior

No warnings about unknown "language id".

Which Language Server did you use?

qmlls

OS

MacOS

Error callstack

No response

Anything else?

No response