mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
specify deps versions in devcontainer.json file
This commit is contained in:
parent
bc0916f1d4
commit
52fc187050
1 changed files with 5 additions and 5 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue