devcontainer-cli icon indicating copy to clipboard operation
devcontainer-cli copied to clipboard

Cannot use the new structure of .devcontainer directory

Open corebreaker opened this issue 3 months ago • 0 comments

The new standard in DevContainer allow to have several files devcontainer.json in subdirectories of .devcontainer directory.

The arguments --name and --path cannot be used.

For example:

.
├── .devcontainer
│   ├── context1
│   │   └── devcontainer.json
│   └── context2
│       └── devcontainer.json

corebreaker avatar Oct 22 '25 09:10 corebreaker