mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
9 lines
355 B
Bash
9 lines
355 B
Bash
#!/bin/bash
|
|
|
|
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
|