We need to find a way to overlay .devcontainer.
Suppose that user are switch commented lines on default setting to enable GPU as in microsoft/vscode-dev-containers#381.
I still want to distribute updates but if users are editing the same file that I am distributing it will be hard to get updates. So I suppose that user overrides need to be placed in a separate file.
Just to explore some solutions we could get some ideas from https://github.com/kubernetes-sigs/kustomize#2-create-variants-using-overlays.
We need to find a way to overlay
.devcontainer.Suppose that user are switch commented lines on default setting to enable GPU as in microsoft/vscode-dev-containers#381.
I still want to distribute updates but if users are editing the same file that I am distributing it will be hard to get updates. So I suppose that user overrides need to be placed in a separate file.
Just to explore some solutions we could get some ideas from https://github.com/kubernetes-sigs/kustomize#2-create-variants-using-overlays.