aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-25 19:57:12 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-25 19:59:50 -0800
commit7dbfb3ef41d634c33f48239aa9a767c7ef8af19d (patch)
treee5d4491b494d26885870912c33964a5748a9ef70
parent333bccee5dd0d4f63f3f83b00d62c32ba5806f5d (diff)
downloadbun-7dbfb3ef41d634c33f48239aa9a767c7ef8af19d.tar.gz
bun-7dbfb3ef41d634c33f48239aa9a767c7ef8af19d.tar.zst
bun-7dbfb3ef41d634c33f48239aa9a767c7ef8af19d.zip
Fix up dev container
-rw-r--r--.devcontainer/devcontainer.json5
-rw-r--r--.devcontainer/scripts/zig-env.sh1
2 files changed, 1 insertions, 5 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 95af372c5..1350bae4e 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -14,10 +14,7 @@
"terminal.integrated.shell.linux": "/bin/zsh",
"zigLanguageClient.path": "/home/ubuntu/zls/zig-out/bin/zls",
"zig.zigPath": "/build/zig/zig",
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "[zig]": {
- "editor.defaultFormatter": "tiehuis.zig"
- }
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
},
// Add the IDs of extensions you want installed when the container is created.
diff --git a/.devcontainer/scripts/zig-env.sh b/.devcontainer/scripts/zig-env.sh
index a0d3193c2..69de604b6 100644
--- a/.devcontainer/scripts/zig-env.sh
+++ b/.devcontainer/scripts/zig-env.sh
@@ -3,6 +3,5 @@
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