diff options
author | pommicket <pommicket@gmail.com> | 2023-01-05 11:34:11 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-05 11:34:11 -0500 |
commit | f897a6a62e9572f1f3cc6c7905192d49d7868c9a (patch) | |
tree | 23584ccafbf85e081acf396bfea3343a051006e5 /README.md | |
parent | b3d5c74a52945b592f13c6870ccb1f0a82fa1f42 (diff) |
lsp-reset command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -157,6 +157,9 @@ to navigate between them, just like build errors. If these features aren't working properly and you don't know why, try running ted in a terminal (non-Windows) or a debugger (Windows) so you can see the stderr output from the server. +If an LSP server crashes or is having difficulty, you can run the `lsp-reset` command (via the command palette) +to reset all running LSP servers. + You can integrate any LSP server with ted by setting the `lsp` option in the `[core.<language>]` section of `ted.cfg` to the command which starts the server. Some defaults will already be there, and are listed below. Make sure you install the LSP(s) you want and put the executables in your PATH (or change the `lsp` variable |