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
Josh Spicer 04f5d29fd0
smart PR action (#23)
* attempt at update action

* Update test-pr.yaml

* make a change to a source file

* try out a few

* easy case

* filter

* try a two-feature key

* without jup

* overthinking?

* naming

* changes

* all

* remove comments
2022-05-25 16:56:12 -07:00
.github/workflows smart PR action (#23) 2022-05-25 16:56:12 -07:00
.vscode Update launch.json 2022-05-12 20:49:10 -04:00
lib init (#1) 2022-05-09 18:16:15 -04:00
src smart PR action (#23) 2022-05-25 16:56:12 -07:00
test Adds a PHP feature (#22) 2022-05-25 15:18:28 -07:00
v1 Adds a PHP feature (#22) 2022-05-25 15:18:28 -07:00
devcontainers-cli-0.3.0.tgz cli 92bbddc7d54aefbfb05facea7564878cf589e4eb 2022-05-25 21:07:35 +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
testCases.json example \testCases.json' 2022-05-13 00:43:32 +00: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