chore: .devcontainer updated

This commit is contained in:
Jack Wills
2024-09-06 22:44:33 +00:00
parent 1d82ff1368
commit 5d77f1e02a
+2 -9
View File
@@ -16,9 +16,6 @@
"seccomp=unconfined" "seccomp=unconfined"
], ],
"postCreateCommand": "cargo install cross typos-cli cargo-expand", "postCreateCommand": "cargo install cross typos-cli cargo-expand",
"mounts": [
"source=/run/shm,target=/dev/shm,type=bind"
],
"customizations": { "customizations": {
"vscode": { "vscode": {
// Add the IDs of extensions you want installed when the container is created. // Add the IDs of extensions you want installed when the container is created.
@@ -48,13 +45,9 @@
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. // Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode", "remoteUser": "vscode",
"features": { "features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": { "ghcr.io/devcontainers/features/docker-in-docker:2":{},
"version": "latest",
"moby": true,
"dockerDashComposeVersion": "v2"
},
"ghcr.io/devcontainers/features/git:1": { "ghcr.io/devcontainers/features/git:1": {
"version": "os-provided" "version":"os-provided"
} }
} }
} }