diff options
Diffstat (limited to '.devcontainer/scripts/zig-env.sh')
-rw-r--r-- | .devcontainer/scripts/zig-env.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.devcontainer/scripts/zig-env.sh b/.devcontainer/scripts/zig-env.sh new file mode 100644 index 000000000..a0d3193c2 --- /dev/null +++ b/.devcontainer/scripts/zig-env.sh @@ -0,0 +1,8 @@ +#!/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 +git clone https://github.com/zigtools/zls /home/ubuntu/zls +cd /home/ubuntu/zls +git checkout e472fca3be6335f16032b48e40ca0d5ffda6ab0a +git submodule update --init --recursive --progress --depth=1 +zig build -Drelease-fast |