Replies: 1 comment 10 replies
-
If you install the offical VSCode Zig extension you can have the extension manage installing both Zig and ZLS for you. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I want to try out Zig and already got the compiler working on my Windows 11. I programm over VS Code and installed all the extensions needed and also wanted to Debug my first programs. While Zig just has test and not a real debbuger it comes with, I found a guide on Reddit to set up a debbuging option for Zig.
Link: https://www.reddit.com/r/Zig/comments/hqjw0n/how_i_setup_zig_on_windows/
I also installed zls in C:\Program\zig\zls\zig-cache\bin and put the zls.exe and zls.json file in there. But in cmd the zls command always throws me an error that it cant find the .json file.
So since I'm bloody new to Zig any help will be apreciated :)
Beta Was this translation helpful? Give feedback.
All reactions