devcontainer: adapt to composer

Make the devcontainer more complete for osbuild-composer by
installing more dependencies and plugins.

This enables golang and github integration by default.
This commit is contained in:
Tom Gundersen 2022-02-15 17:48:55 +00:00
parent fc4b50e9db
commit bbbbe32b10
2 changed files with 30 additions and 13 deletions

View file

@ -1,5 +1,5 @@
{
"name": "ComposerBuilder",
"name": "composer",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
@ -12,6 +12,7 @@
],
"extensions": [
"laurenttreguier.rpm-spec",
"golang.Go"
"golang.Go",
"GitHub.vscode-pull-request-github"
]
}