You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From lsp-log I see that the configuration sent seems ok, it sent enable_build_on_save and the correct build_on_save_step.
Steps to reproduce
Setup a new zig project with zig init, go to src/main.zig and change anything in a way that the program will not compile.
Save the file, no error will be reported.
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
using lsp-zig-enable-build-on-save dont report compile errors.
I'm using the following configuration
From lsp-log I see that the configuration sent seems ok, it sent enable_build_on_save and the correct build_on_save_step.
Steps to reproduce
Setup a new zig project with zig init, go to src/main.zig and change anything in a way that the program will not compile.
Save the file, no error will be reported.
Expected behavior
All compile error should be reported
Which Language Server did you use?
lsp-zig
OS
Linux
Error callstack
Anything else?
No response
The text was updated successfully, but these errors were encountered: