chore: create devcontainer.json (#1)

This commit is contained in:
Morten Olsen
2024-01-12 17:40:44 +01:00
committed by GitHub
parent b5d8cf3a51
commit 9c5249956e

View File

@@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}