-
I have this example code:
```python
from typing import Protocol, final
class Proto(Protocol):
def foo(self, x: int) -> str: ...
@final
class Impl(Proto):
def foo(self, x: int) -…
-
This problem seems closely related to #293.
When trying to start the `lsp-java` server, I receive the message
Server jdtls:27072/starting exited with status exit(check corresponding stderr b…
-
### I confirm that...
- [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq),…
-
Hi,
Can u give more instructions on how to bind key on macos?
Meanwhile, I got this error when invoke `emacsclient --eval "(emacs-everywhere)"` inside terminal.
![image](https://user-images…
-
Hello,
I have noticed an issue with closing windows after calling lsp-treemacs-errors-list : i cannot close the main window anymore from a secondary window.
To reproduce : emacs 27.1, a pretty st…
-
https://github.com/emacs-lsp/lsp-haskell/blob/5d3f4814f6ac44547a62551472cc76fbaebcccf7/lsp-haskell.el#L162-L166
I am trying to set up the `haskell-language-server`, and I’m wondering why the defaul…
-
https://github.com/ejgallego/coq-lsp/blob/94d647e28a199d67f86138ca3536ee13f57c03c0/etc/FAQ.md?plain=1#L25
> Moreover, `coq-lsp` development is active while VSCoq is mostly in
maintenance mode due …
-
Have you considered supporting the [language server protocol](https://microsoft.github.io/language-server-protocol/) (LSP)?
Supporting this directly in the editor might be a good idea since it woul…
-
This way it can be installed as `cargo install emacs-lsp-booster`.
-
### Describe the bug
$ java -version
openjdk version "11.0.18" 2023-01-17
OpenJDK Runtime Environment Temurin-11.0.18+10 (build 11.0.18+10)
OpenJDK 64-Bit Server VM Temurin-11.0.18+10 (build 11.…