diff options
-rw-r--r-- | .devcontainer/scripts/nice.sh | 2 | ||||
-rw-r--r-- | .devcontainer/scripts/zig-env.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.devcontainer/scripts/nice.sh b/.devcontainer/scripts/nice.sh index 4b6499dea..8447a0dcb 100644 --- a/.devcontainer/scripts/nice.sh +++ b/.devcontainer/scripts/nice.sh @@ -4,4 +4,4 @@ chsh -s $(which zsh) sh -c "$(curl -fsSL https://starship.rs/install.sh) -- --platform linux_musl" -- --yes echo "eval \"$(starship init zsh)\"" >>~/.zshrc -curl https://github.com/Jarred-Sumner/vscode-zig/releases/download/fork-v1/zig-0.2.5.vsix >/home/ubuntu/vscode-zig.vsix +curl https://github.com/Jarred-Sumner/vscode-zig/releases/download/march18/zig-0.2.5.vsix >/home/ubuntu/vscode-zig.vsix 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 |