Skip to content

Commit 0b74c79

Browse files
committed
[docs] Mention lsp-start-plain.el on troubleshooting
1 parent 0b4bfd4 commit 0b74c79

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/page/troubleshooting.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ If you manage your Emacs packages with the built-in `package.el`, we recommend t
2929
1. Delete your LSP-related packages
3030
2. Restart Emacs
3131
3. Install the new versions of the packages.
32+
33+
#### Check if any package or wrong config could be causing the issue
34+
35+
Try to repro the issue with our [lsp-start-plain.el](https://github.com/emacs-lsp/lsp-mode/blob/master/scripts/lsp-start-plain.el) file, which has just the necessary config/packages for lsp-mode work.
36+
37+
```bash
38+
emacs -q -l lsp-start-plain.el
39+
```

0 commit comments

Comments
 (0)