Replies: 1 comment
-
While the ideal solution would be to investigate and fix the root cause of the segmentation faults, you can indeed stop lsp-mode from trying to restart the language server automatically. To do this, you can set the lsp-restart option to nil. You can add the following lines to your Emacs configuration to prevent lsp-mode from automatically trying to restart the language server: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Every few seconds I get the following messages from Emacs. It interrupts my editing so it's obnoxious.
I say
n
everytime, and then it tries to restart it anyway. Obviously clangd shouldn't be segfaulting, but is there some kind of command to tell LSP mode to stop trying until I tell it to. I triedlsp-shutdown-workspace
... no luck.Beta Was this translation helpful? Give feedback.
All reactions