Add the devcontainer configuration.

This commit is contained in:
2024-08-02 15:36:40 +03:00
parent e92929041d
commit 16aa77a663
+12
View File
@@ -0,0 +1,12 @@
{
"customizations": {
"vscode": {
"extensions": [
"mkhl.direnv"
]
}
},
"image": "ghcr.io/cachix/devenv:latest",
"overrideCommand": false,
"updateContentCommand": "devenv test"
}