eagle/.devcontainer.json

13 lines
216 B
JSON
Raw Normal View History

2024-06-19 23:25:45 +02:00
{
"customizations": {
"vscode": {
"extensions": [
"mkhl.direnv"
]
}
},
"image": "ghcr.io/cachix/devenv:latest",
"overrideCommand": false,
"updateContentCommand": "devenv test"
}