File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,25 +88,20 @@ devcontainer build --workspace-folder <path-to-my-project-with-devcontainer>
8888├── test
8989│ ├── dotnet
9090│ │ └── test.sh
91- │ └── go
91+ │ ├── go
92+ | | ├── scenarios.json
93+ | | ├── test_scenario_1.json
9294│ | └── test.sh
9395| ├── ...
9496│ │ └── test.sh
95- ├── test-scenarios
96- │ ├── install_jupyterlab.sh
97- │ ├── install_python_twice.sh
98- | ├── ...
99- │ └── scenarios.json
97+ ...
10098```
10199
102100- [ ` src ` ] ( src ) - A collection of subfolders, each declaring a feature. Each subfolder contains at least a
103101 ` devcontainer-feature.json ` and an ` install.sh ` script.
104102- [ ` test ` ] ( test ) - Mirroring ` src ` , a folder-per-feature with at least a ` test.sh ` script. The
105103 [ ` devcontainer ` CLI] ( https://github.com/devcontainers/cli ) will execute
106104 [ these tests in CI] ( https://github.com/devcontainers/features/blob/main/.github/workflows/test-all.yaml ) .
107- - [ ` test-scenarios ` ] ( test-scenarios ) - More complex scenarios involving a set of features from this repo. The
108- [ ` devcontainer ` CLI] ( https://github.com/devcontainers/cli ) will execute
109- [ these tests in CI] ( https://github.com/devcontainers/features/blob/main/.github/workflows/test-scenarios.yaml ) .
110105
111106## Contributions
112107
You can’t perform that action at this time.
0 commit comments