devcontainers / devcontainers/cli
Variable substitution does not allow default values containing a colon
Ouverte
bug
- Langage dominant
- TypeScript
- Étoiles
- 3k
- Forks
- 457
- Merge moyen
- 13 h 17 min
- PR mergées (30 j)
- 6
Description
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`
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.