Skip to content

Commit

Permalink
Add GitHub extensions to devcontainer (#5)
Browse files Browse the repository at this point in the history
* chore(devcontainer): add github actions extension

* chore(devcontainer): add github-pr extension
  • Loading branch information
rokam authored May 15, 2024
1 parent 9af7633 commit b86d6e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"extensions": [
"ms-python.python",
"ryanluker.vscode-coverage-gutters",
"ms-python.vscode-pylance"
"ms-python.vscode-pylance",
"github.vscode-github-actions",
"GitHub.vscode-pull-request-github"
],
"settings": {
"files.eol": "\n",
Expand Down

0 comments on commit b86d6e3

Please sign in to comment.