chore: .devcontainer updated
This commit is contained in:
@@ -15,14 +15,10 @@
|
|||||||
"--security-opt",
|
"--security-opt",
|
||||||
"seccomp=unconfined"
|
"seccomp=unconfined"
|
||||||
],
|
],
|
||||||
|
|
||||||
"postCreateCommand": "rustup target add x86_64-unknown-linux-musl && cargo install cross typos-cli cargo-expand",
|
"postCreateCommand": "rustup target add x86_64-unknown-linux-musl && cargo install cross typos-cli cargo-expand",
|
||||||
|
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly",
|
|
||||||
"source=/run/shm,target=/dev/shm,type=bind"
|
"source=/run/shm,target=/dev/shm,type=bind"
|
||||||
],
|
],
|
||||||
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
@@ -38,7 +34,6 @@
|
|||||||
"timonwong.shellcheck",
|
"timonwong.shellcheck",
|
||||||
"vadimcn.vscode-lldb"
|
"vadimcn.vscode-lldb"
|
||||||
],
|
],
|
||||||
|
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {
|
"settings": {
|
||||||
"lldb.executable": "/usr/bin/lldb",
|
"lldb.executable": "/usr/bin/lldb",
|
||||||
@@ -56,10 +51,10 @@
|
|||||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"moby": true,
|
"moby": true,
|
||||||
"dockerDashComposeVersion":"v2"
|
"dockerDashComposeVersion": "v2"
|
||||||
},
|
},
|
||||||
"ghcr.io/devcontainers/features/git:1": {
|
"ghcr.io/devcontainers/features/git:1": {
|
||||||
"version":"os-provided"
|
"version": "os-provided"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user