Skip to content

Commit

Permalink
chore: .devcontainer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Sep 6, 2024
1 parent 1d82ff1 commit 5d77f1e
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit 5d77f1e

Please sign in to comment.