zls-vscode
is a language client extension for zls
, the awesome Zig Language Server.
zls-vscode
is the client extension for ZLS. This means, you will need to have ZLS compiled and configured to use this extension, as this extension only bridges ZLS to Visual Studio Code.
Installation instructions for ZLS can be found on the ZLS README.md
. Once you run zig build configure
it will walk you through configuring ZLS for Visual Studio Code and your installation of Zig.
In the future, we hope to make installing ZLS for Visual Studio Code much simpler.
Initial release!
Added Official Zig Extension independent Zig language detection
Added start, stop, and restart commands