mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
8 lines
301 B
Bash
8 lines
301 B
Bash
#!/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 submodule update --init --recursive --progress --depth=1
|
|
zig build -Drelease-fast
|