diff options
author | 2023-03-20 00:22:40 -0700 | |
---|---|---|
committer | 2023-03-20 00:22:40 -0700 | |
commit | 2fd70e33f103744eb609a9b486deae160e77c25d (patch) | |
tree | 12a40633c542de59ae251b3a3b739fa7ba37c586 /docs/project/developing.md | |
parent | 343721627ee65caf504d67c5046b0da94bfeba72 (diff) | |
download | bun-jarred/zls.tar.gz bun-jarred/zls.tar.zst bun-jarred/zls.zip |
Configure the version of zls to use in the repositoryjarred/zls
Diffstat (limited to 'docs/project/developing.md')
-rw-r--r-- | docs/project/developing.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/project/developing.md b/docs/project/developing.md index 50da312a4..daa4aea43 100644 --- a/docs/project/developing.md +++ b/docs/project/developing.md @@ -108,6 +108,8 @@ Use [`zigup`](https://github.com/marler8997/zigup) to install the version of Zig $ zigup 0.11.0-dev.1783+436e99d13 ``` +[Zig Language Server](https://github.com/zigtools/zls) is automatically compiled & installed to `zls/zig-out/bin/zls` when you run `bun install` (or npm install) in bun's repository. + ### Building To install and build dependencies: |