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:
parent
fc4b50e9db
commit
bbbbe32b10
2 changed files with 30 additions and 13 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue