[Proposal] Introduce path
property in devcontainer-feature.json
#251
Labels
proposal
Still under discussion, collecting feedback
The $PATH variable is often modified by Features during installation to make a certain tool/script/etc easily accessible from the command line. A common pattern today is to use
containerEnv
to modify the path variable, like so:Adding a property
path
to thedevcontainer-feature.json
would provide a declarative way for indicate what a Feature author intends to be available at the end. Doing so this way would also limit pollution of the PATH variable by allowing the CLI an easy way to dedupe.Proposal
path
array
ref: #234 (comment)
The text was updated successfully, but these errors were encountered: