chore: .devcontainer updated

This commit is contained in:
Jack Wills
2023-12-31 00:06:50 +00:00
parent 061de032da
commit 5af6b8bcd3
-5
View File
@@ -15,14 +15,10 @@
"--security-opt",
"seccomp=unconfined"
],
"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",
"source=/run/shm,target=/dev/shm,type=bind"
],
"customizations": {
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
@@ -38,7 +34,6 @@
"timonwong.shellcheck",
"vadimcn.vscode-lldb"
],
// Set *default* container specific settings.json values on container create.
"settings": {
"lldb.executable": "/usr/bin/lldb",