summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-05 11:34:11 -0500
committerpommicket <pommicket@gmail.com>2023-01-05 11:34:11 -0500
commitf897a6a62e9572f1f3cc6c7905192d49d7868c9a (patch)
tree23584ccafbf85e081acf396bfea3343a051006e5 /README.md
parentb3d5c74a52945b592f13c6870ccb1f0a82fa1f42 (diff)
lsp-reset command
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c2982d..e905510 100644
--- a/README.md
+++ b/README.md
@@ -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