diff options
Diffstat (limited to '')
-rw-r--r-- | .devcontainer/scripts/zig-env.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.devcontainer/scripts/zig-env.sh b/.devcontainer/scripts/zig-env.sh index a9a0d95b5..c9dd6131b 100644 --- a/.devcontainer/scripts/zig-env.sh +++ b/.devcontainer/scripts/zig-env.sh @@ -1,7 +1,8 @@ #!/bin/bash -curl -L https://github.com/Jarred-Sumner/vscode-zig/releases/download/march18/zig-0.2.5.vsix >/home/ubuntu/vscode-zig.vsix -git clone https://github.com/oven-sh/zls /home/ubuntu/zls +curl -L https://github.com/zigtools/zls-vscode/releases/download/1.1.6/zls-vscode-1.1.6.vsix >/home/ubuntu/vscode-zig.vsix +git clone https://github.com/zigtools/zls /home/ubuntu/zls cd /home/ubuntu/zls +git checkout aabdb0c6ecb3c9a47feff2c2bfb9be4e95adf723 git submodule update --init --recursive --progress --depth=1 zig build -Drelease-fast |