We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210bc6a commit cbd00afCopy full SHA for cbd00af
lsp-mode.el
@@ -4365,7 +4365,9 @@ Applies on type formatting."
4365
(s-matches? mode-or-pattern (buffer-file-name))) language)
4366
((eq mode-or-pattern major-mode) language))))
4367
cl-rest)
4368
- (lsp-warn "Unable to calculate the languageId for current buffer. Take a look at lsp-language-id-configuration.")))
+ (lsp-warn "Unable to calculate the languageId for buffer `%s'. Take a look at `lsp-language-id-configuration'. The `major-mode' is %s"
4369
+ (buffer-name)
4370
+ major-mode)))
4371
4372
(defun lsp-activate-on (&rest languages)
4373
"Returns language activation function.
0 commit comments