aboutsummaryrefslogtreecommitdiff
path: root/docs/project/developing.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-03-20 00:22:40 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-03-20 00:22:40 -0700
commit2fd70e33f103744eb609a9b486deae160e77c25d (patch)
tree12a40633c542de59ae251b3a3b739fa7ba37c586 /docs/project/developing.md
parent343721627ee65caf504d67c5046b0da94bfeba72 (diff)
downloadbun-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.md2
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: