Skip to content

Commit

Permalink
update devcontainer (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
athackst authored May 31, 2021
1 parent 0621b22 commit f7a369a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"redhat.vscode-yaml",
"znck.grammarly",
"yzhang.markdown-all-in-one",
"shakram02.bash-beautify"
"shakram02.bash-beautify",
"eamodio.gitlens"
],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip install --upgrade pip && pip install --user -r requirements.txt",
Expand Down

0 comments on commit f7a369a

Please sign in to comment.