-
-
Notifications
You must be signed in to change notification settings - Fork 390
Guide: How to view ZLS log output
Techatrix edited this page Oct 3, 2023
·
7 revisions
| Code Editor | Instructions | Notes |
|---|---|---|
| Visual Studio Code | Bottom Panel -> Output -> Zig Language Server | requires the ziglang.vscode-zig extension |
| Sublime Text | LSP: Toggle Log Panel |
requires the LSP package |
| NeoVim/Vim with CoC | :CocCommand workspace.showOutput |
CoC Debug language server |
| nvim-lspconfig | :LspLog |
nvim-lspconfig Troubleshooting |
| Emacs with LSP-Mode | lsp-workspace-show-log |
LSP Mode Troubleshooting |
| Kate | Bottom Sidebar -> Output | |
| Helix | Open the helix log file. |
Questions not answered by this wiki? Join our Discord server or start a discussion!