-
-
Notifications
You must be signed in to change notification settings - Fork 302
Guide: How to view ZLS log output
Techatrix edited this page Dec 17, 2023
·
7 revisions
Note
It is recommended to use a debug build of ZLS which will include more verbose log messages.
This can be achieved by building from source without -Doptimize
.
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. |
If your code editor or extension is not included in the above table, feel free to open an issue about it.
Questions not answered by this wiki? Join our Discord server or start a discussion!