microsoft / microsoft/vscode-remote-release
[dev container features] Reserve `$<...>` options for future metadata.
Open
@chrmarti is already working on this.
Since Dec 16, 2021.
containers
debt
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
As discussed, we want to reserve this "dollar sign notation" for future metadata - reserving to ensure we maintain back compat if we make changes.
Something like this:
{
"features": {
"myterraform": {
"$featureURL": "https://mydomain.com/somepath/feature-set.tgz",
"terragrunt": "latest",
"tflint": "latest"
}
}
}
cc/ @chrmarti @Chuxel @2percentsilk
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.