devcontainers / cli

A reference implementation for the specification that can create and configure a dev container from a devcontainer.json.
https://containers.dev
MIT License
1.59k stars 222 forks source link

Remove builtin features #88

Open alexdima opened 2 years ago

alexdima commented 2 years ago

Stop shipping features defined in vscode-dev-containers and switch to rely entirely on feature resolving as defined via https://github.com/devcontainers/spec/issues/7

Blocked by:

samruddhikhandale commented 2 years ago

Working on CLI changes to automatically map the old feature names to their new locations for back compatibility. Also, mapping deprecated features from here to microsoft/vscode-dev-containers

(I'll only create a PR and keep it ready for 🚀 )

samruddhikhandale commented 2 years ago

PR -

Waiting for