Skip to content

Commit

Permalink
update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgilley committed Jan 10, 2024
1 parent ba2359d commit cf9e311
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
"extensions": [
"ms-python.python"
],
"postCreateCommand": "pip3 install pyGithub"
"postCreateCommand": [
"pip install pyGithub"
"chmod +x pr-report.sh"
"chmod +x merge-report.py"
]
}

0 comments on commit cf9e311

Please sign in to comment.