diff --git a/docs/book/src/lsp/troubleshooting.md b/docs/book/src/lsp/troubleshooting.md index 5119e92b90e..056e32eba3c 100644 --- a/docs/book/src/lsp/troubleshooting.md +++ b/docs/book/src/lsp/troubleshooting.md @@ -14,6 +14,18 @@ Second, confirm that your `$PATH` resolves to the `forc-lsp` binary in `$HOME/.f which forc-lsp ``` +## Slow Performance + +If you are experiencing slow performance, you can try the following: + +Follow [the steps above](#troubleshooting) to ensure you are running the most recent version. + +Then, make sure you only have the most recent version of the LSP server running. + +```sh +pkill forc-lsp +``` + ## Server Logs You can you enable verbose logging of the LSP server.