debian-forge-composer/.devcontainer/devcontainer.json
Martin Sehnoutka b7df6ac627 devcontainer: introduce VSCode dev container
Introduce Dockerfile and devcontainer.json specifying how to build and
run a containerized development environment in VSCode.

The configuration is inspired by the osbuild repo where a similar
configuration directory already exists.
2021-07-20 23:04:41 +02:00

11 lines
173 B
JSON

{
"name": "ComposerBuilder",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"extensions": [
"laurenttreguier.rpm-spec",
"golang.Go"
]
}