aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/scripts/zig-env.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.devcontainer/scripts/zig-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/scripts/zig-env.sh b/.devcontainer/scripts/zig-env.sh
index 69de604b6..7e965b16c 100644
--- a/.devcontainer/scripts/zig-env.sh
+++ b/.devcontainer/scripts/zig-env.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-curl -L https://github.com/Jarred-Sumner/vscode-zig/releases/download/fork-v1/zig-0.2.5.vsix >/home/ubuntu/vscode-zig.vsix
+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/zigtools/zls /home/ubuntu/zls
cd /home/ubuntu/zls
git submodule update --init --recursive --progress --depth=1