Skip to content

Commit

Permalink
document how to view logs for Eglot in Emacs
Browse files Browse the repository at this point in the history
See  #1
  • Loading branch information
Techatrix committed Nov 17, 2024
1 parent 9dd7a95 commit c97eec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/zls/guides/view-logs.smd
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The logs can then be found in `/home/anon/.cache/zls/zls.log`. Please note that
| nvim-lspconfig | `:LspLog` | [nvim-lspconfig Troubleshooting](https://github.com/neovim/nvim-lspconfig#troubleshooting) |
| NeoVim/Vim with CoC | `:CocCommand workspace.showOutput` | [CoC Debug language server](https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel) |
| Emacs with LSP-Mode | `lsp-workspace-show-log` | [LSP Mode Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/#troubleshooting) |
| Emacs with Eglot | `M-x eglot-stderr-buffer` | [Troubleshooting Eglot](https://www.gnu.org/software/emacs/manual/html_node/eglot/Troubleshooting-Eglot.html) |
| Kate | Bottom Sidebar -> Output | |

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 comments on commit c97eec3

Please sign in to comment.