Add the devcontainer configuration.
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"mkhl.direnv"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"image": "ghcr.io/cachix/devenv:latest",
|
||||||
|
"overrideCommand": false,
|
||||||
|
"updateContentCommand": "devenv test"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user