A collection of Dev Container Features managed by Dev Container spec maintainers. See https://github.com/devcontainers/feature-starter to publish your own
Find a file
2022-06-24 12:14:45 -07:00
.github Revert "add gradle feature" 2022-06-15 19:17:27 +00:00
.vscode Update launch.json 2022-05-12 20:49:10 -04:00
lib Pass options via environment variables (#39) 2022-06-03 10:46:25 -04:00
src remove debugging sentence 2022-06-24 12:14:45 -07:00
test Revert "add gradle feature" 2022-06-15 19:17:27 +00:00
test-scenarios Merge JupyterLab feature into Python feature (#40) 2022-06-08 11:19:31 -07:00
v1 Revert "add gradle feature" 2022-06-15 19:17:27 +00:00
.devcontainer.json CI Ignore 2022-06-13 20:06:39 -04:00
.gitignore add v2 action 2022-06-03 14:49:26 +00:00
devcontainers-cli-0.3.0.tgz devcontainer cli with v2 changes rebased onto scenario changes 2022-06-03 17:55:12 +00:00
README.md Repo Structure 2022-05-12 20:14:55 +00:00
settings.env sync with jammy updates (#21) 2022-05-25 12:53:54 -07:00

features

Repo Structure

.
├── lib
│   └── utils.sh
├── README.md
├── settings.env
├── src
│   ├── dotnet
│   │   ├── feature.json
│   │   └── install.sh
│   ├── go
│   │   ├── feature.json
│   │   └── install.sh
├── test
│   ├── dotnet
│   │   └── test.sh
│   └── go
│       └── test.sh