Skip to content

Commit c97eec3

Browse files
committed
document how to view logs for Eglot in Emacs
See #1
1 parent 9dd7a95 commit c97eec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/zls/guides/view-logs.smd

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The logs can then be found in `/home/anon/.cache/zls/zls.log`. Please note that
4444
| nvim-lspconfig | `:LspLog` | [nvim-lspconfig Troubleshooting](https://github.com/neovim/nvim-lspconfig#troubleshooting) |
4545
| NeoVim/Vim with CoC | `:CocCommand workspace.showOutput` | [CoC Debug language server](https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel) |
4646
| Emacs with LSP-Mode | `lsp-workspace-show-log` | [LSP Mode Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/#troubleshooting) |
47+
| Emacs with Eglot | `M-x eglot-stderr-buffer` | [Troubleshooting Eglot](https://www.gnu.org/software/emacs/manual/html_node/eglot/Troubleshooting-Eglot.html) |
4748
| Kate | Bottom Sidebar -> Output | |
4849

4950
If your code editor or extension is not included in the above table, feel free to open an issue about it or edit this page directly.

0 commit comments

Comments
 (0)