Skip to content

Commit

Permalink
python3.9 devcontainer (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm authored Apr 29, 2024
1 parent e259485 commit 1f3b514
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/python3.9/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "Python 3.9",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.9-bullseye",
"postCreateCommand": "./.devcontainer/postcreatecommand.sh"
}

0 comments on commit 1f3b514

Please sign in to comment.