Make the devcontainer more complete for osbuild-composer by installing more dependencies and plugins. This enables golang and github integration by default.
18 lines
No EOL
329 B
JSON
18 lines
No EOL
329 B
JSON
{
|
|
"name": "composer",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"mounts": [
|
|
"source=osbuild-share,target=/root/.local/share,type=volume"
|
|
],
|
|
"runArgs": [
|
|
"--privileged"
|
|
],
|
|
"extensions": [
|
|
"laurenttreguier.rpm-spec",
|
|
"golang.Go",
|
|
"GitHub.vscode-pull-request-github"
|
|
]
|
|
} |