Mention that zls must be built with zig master

This commit is contained in:
Isaac Freund
2020-05-15 15:35:28 +02:00
committed by GitHub
parent 761c277ccc
commit 675aa13e8b

View File

@@ -33,6 +33,8 @@ zig build
Then, you can use the `zls` executable in an editor of your choice that has a Zig language server client! Then, you can use the `zls` executable in an editor of your choice that has a Zig language server client!
*Note:`zls` itself must be built using the master branch of zig currently due to a bug in `std.json` which was [fixed](https://github.com/ziglang/zig/pull/5167) after 0.6.0 was released.*
### Configuration Options ### Configuration Options
You can configure zls by providing a zls.json file in the same directory as the executable. You can configure zls by providing a zls.json file in the same directory as the executable.