devcontainers / devcontainers/cli

Variable substitution does not allow default values containing a colon

オープン
#883 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。