chore: devcontainer update

This commit is contained in:
Jack Wills
2023-11-16 18:03:00 +00:00
parent aafe89d0eb
commit 914ff93dd3
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"seccomp=unconfined"
],
"postCreateCommand": "rustup target add x86_64-unknown-linux-musl && cargo install cross typos-cli",
"postCreateCommand": "rustup target add x86_64-unknown-linux-musl && cargo install cross typos-cli cargo-expand",
"mounts": [
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly"