Skip to content

Commit

Permalink
Add GitHub Actions VS Code devcontainer extension (#427)
Browse files Browse the repository at this point in the history
Having the [GitHub Actions VS Code extension][1] installed makes editing
GitHub Actions workflow files safer and easier.

[1]: https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions
  • Loading branch information
johnboyes authored Jan 24, 2024
1 parent 3718717 commit f889af1
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 @@ -14,7 +14,8 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"golang.Go",
"timonwong.shellcheck"
"timonwong.shellcheck",
"github.vscode-github-actions"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down

0 comments on commit f889af1

Please sign in to comment.