Skip to content

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0x41424142 authored Aug 6, 2024
1 parent ae5802e commit 8060803
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python:0-3.11-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/coverage-py:2": {}
},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user qualyspy"

}

0 comments on commit 8060803

Please sign in to comment.