Skip to content

Commit

Permalink
Install GH Actions extension in CodeSpaces (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarques authored Jan 24, 2024
2 parents e13a567 + 8470f98 commit e240528
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 @@ -15,7 +15,8 @@
// Configure properties specific to VS Code.
"vscode": {
"extensions": [
"EditorConfig.EditorConfig"
"EditorConfig.EditorConfig",
"github.vscode-github-actions"
]
}
},
Expand Down

0 comments on commit e240528

Please sign in to comment.