diff options
author | 2022-07-16 04:13:02 +0900 | |
---|---|---|
committer | 2022-07-15 12:13:02 -0700 | |
commit | f35e13d57ef66a0f010bfd1e6611195a46d95368 (patch) | |
tree | 6c99540c8c07067ab65e38c9e0e499bc04cb9dbb | |
parent | 04572506ba377fbbe1f489a9eb0dc8ffb9170b63 (diff) | |
download | bun-f35e13d57ef66a0f010bfd1e6611195a46d95368.tar.gz bun-f35e13d57ef66a0f010bfd1e6611195a46d95368.tar.zst bun-f35e13d57ef66a0f010bfd1e6611195a46d95368.zip |
Use Jarred-Sumner/vscode-zig march18 in devcontainer (#266)
-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 |