; Improve error message when LSP server not found
* lisp/progmodes/eglot.el (eglot--guess-contact): Improve wording of error message when no LSP server was found.
This commit is contained in:
parent
7ea95d1b92
commit
00cb6e052a
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ be guessed."
|
|||
(and base-prompt
|
||||
(cond (current-prefix-arg base-prompt)
|
||||
((null guess)
|
||||
(format "[eglot] Sorry, couldn't guess for `%s'!\n%s"
|
||||
(format "[eglot] Couldn't guess LSP server for `%s'\n%s"
|
||||
main-mode base-prompt))
|
||||
((and program
|
||||
(not (file-name-absolute-p program))
|
||||
|
|
Loading…
Add table
Reference in a new issue