chore: .devcontainer updated

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