devcontainers / devcontainers/cli
Variable substitution does not allow default values containing a colon
オープン
bug
- 主要言語
- TypeScript
- スター
- 3k
- フォーク
- 457
- 平均マージ
- 13時間 17分
- マージ済み PR(30日)
- 6
説明
The current implementation does not support default values in localEnv or containerEnv substitution that include a colon.
Example:
```
"WEBSITE_URL": "${localEnv:WEBSITE_URL:https://example.com"
```
Current behavior: If `$WEBSITE_URL` is not present, the variable is just set to `https`
Expected behavior: If `$WEBSITE_URL` is not present, the variable should be set to `https://example.com`
コントリビューションガイド
評価
この issue はまだ評価されていません。