lsp-mode icon indicating copy to clipboard operation
lsp-mode copied to clipboard

Emacs client/library for the Language Server Protocol

Results 320 lsp-mode issues
Sort by recently updated
recently updated
newest added

This is more of a proof-of-concept than anything else. It works for the "mutable" modifier, adding an underline. This matches what the VsCode client does, but clashes with the lsp-mode...

rust
documentation
client

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

So in https://emacs-lsp.github.io/lsp-mode/page/installation/#vanilla-emacs it's explained to do the following ~~~elisp ;; if you want to change prefix for lsp-mode keybindings. (setq lsp-keymap-prefix "s-l") ~~~ **if** you want to change the...

It seems likely that a future version of the Language Server Protocol will allow servers and clients to support UTF-8 instead of UTF-16: https://github.com/microsoft/language-server-protocol/issues/376#issuecomment-960633758 I'd like to request that `lsp-mode`...

Sometimes when the connection to the remote server is disconnected or the server quit?, I got ``` LSP :: Sending to process failed with the following error: Process pyright-remote not...

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

Empty options can cause problems because a nil is converted in `{}` object in js. In order to avoid that, I changed the list passed to `:initialization-options`, in order to...

client

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...

bug