#1298·cli

功能请求: 为功能选项提供一流的数组输入(数组选项类型 + 多次调用) [在规格#766 受阻]

作者: ThePlenkov创建于 2026年8月28日更新于 2026年8月28日

The dev container spec restricts Feature option values to boolean and string. There is no array type. As a result, every Feature that needs a list (packages, extensions, tools, versions) is forced to accept a comma-separated string and split it inside install.sh.

This CLI encodes that limitation directly in its TypeScript types, which is the root cause that blocks any progress:

内容来源: devcontainers/cli