From 5d77f1e02a428b4e5ee1bf5466055ad17f6e05af Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:44:33 +0000 Subject: [PATCH] chore: .devcontainer updated --- .devcontainer/devcontainer.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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