blob: 2f69206184672b09393f38d474e2ea0b1a420657 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"customizations": {
"vscode": {
"extensions": [
"mkhl.direnv"
]
}
},
"image": "ghcr.io/cachix/devenv:latest",
"overrideCommand": false,
"updateContentCommand": "devenv test"
}
|