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
{{ message }}
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
Consider the following steps that a new user might take to get started with Zig:
Open VS Code.
Open a new, empty folder as a workspace (optional).
Install the Zig VS Code extension.
At this point, the user might expect some guidance, perhaps a welcome message with next steps, a confirmation that Zig has been installed, or a suggestion to run zig init. However, what actually happens is... nothing.
A potential solution is to use VS Code's Walkthroughs feature. This could provide a structured introduction, guiding users through some setup steps to help them get starting with learning Zig. Here is an example of what could be included:
create a new Zig project with zig init
enable ZLS (optional)
compile and run the project (should integrate with build system VS Code debugging API in the future)
run tests (should integrate with build system and VS Code testing API in the future future)