specify deps versions in devcontainer.json file

This commit is contained in:
Nikita Sivukhin 2025-12-15 12:05:17 +04:00
parent bc0916f1d4
commit 52fc187050

View file

@ -6,13 +6,13 @@
"TZ": "${localEnv:TZ:America/Los_Angeles}",
"CLAUDE_CODE_VERSION": "latest",
"GIT_DELTA_VERSION": "0.18.2",
"ZSH_IN_DOCKER_VERSION": "1.2.0"
"ZSH_IN_DOCKER_VERSION": "1.2.0",
"GO_VERSION": "1.24.10",
"RUST_VERSION": "1.88.0",
"PYTHON_VERSION": "3.11"
}
},
"runArgs": [
"--cap-add=NET_ADMIN",
"--cap-add=NET_RAW"
],
"runArgs": ["--cap-add=NET_ADMIN", "--cap-add=NET_RAW"],
"customizations": {
"vscode": {
"extensions": [