Skip to content

Commit

Permalink
feat(build): add basic codespaces definition (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 4, 2023
1 parent 3a91347 commit 7c96145
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/api/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/python:3.10",
"features": {}
}
4 changes: 4 additions & 0 deletions .devcontainer/gui/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/javascript-node:18",
"features": {}
}

0 comments on commit 7c96145

Please sign in to comment.