Zig NEWS

Discussion on: Setting up Visual Studio Code for writing Zig

 
guidorice profile image
guidorice

Oh wow: i have never seen that error. Cheers I'm sure you'll get it sorted.

Thread Thread
 
dxps profile image
dxps

Issue solved.

I had to do chmod a+x {path/to}/zls
(instead of just chmod +x ...).