diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ab43ec0..71992c3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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,13 +45,9 @@ // 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" - } + "version":"os-provided" + } } } \ No newline at end of file