Skip to content

Commit b5a6e1f

Browse files
Add devcontainer.json for Codespaces
Adds a basic devcontainer config so the repo can be opened in GitHub Codespaces / VS Code Dev Containers without setup. Closes #979.
1 parent e08f69c commit b5a6e1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/universal:2",
3+
"features": {}
4+
}

0 commit comments

Comments
 (0)