Skip to content

Commit

Permalink
Install GitHub Actions extension in dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL committed Nov 25, 2024
1 parent fc7cda7 commit 9b88897
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"image": "registry.opensuse.org/documentation/containers/15.6/opensuse-daps-toolchain:latest",
"customizations": {
"vscode": {
"extensions": ["asciidoctor.asciidoctor-vscode"]
"extensions": [
"asciidoctor.asciidoctor-vscode",
"github.vscode-github-actions"
]
}
}
}

0 comments on commit 9b88897

Please sign in to comment.