chore: .devcontainer updated
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user