From 675aa13e8b9cf775eef2c57f4b3103549094def8 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Fri, 15 May 2020 15:35:28 +0200 Subject: [PATCH] Mention that zls must be built with zig master --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6804a97..e396d5c 100644 --- a/README.md +++ b/README.md @@ -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! +*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 You can configure zls by providing a zls.json file in the same directory as the executable.