The extension no longer automatically starts ZLS
castholm opened this issue · 2 comments
As of 0.5.3, the extension no longer automatically starts ZLS when booting up VS Code, and I need to run "Zig Language Server: Start / Restart Server" from the command palette to get it to run.
Downgrading back to 0.5.2 fixes this issue and makes ZLS start automatically, so something introduced in 0.5.3 broke this behavior.
My zig.zls.path
and zig.sls.buildRunnerPath
options are set to a manual build of the zls repo (master branch), if that matters.
I'm guessing fcc5802 is the cause. Is your zig.path
set to ""
? In that case setting it to the actual path should function as a workaround. I'll be able to release an update with a fix in a few days.
I have the same issue, setting the zig.path or zig.zls.path doesn't fix it for me, as soon as I switch back to 5.2 with or without paths in the settings the zls server starts.