Describe the bug
I would like to create a devcontainer that uses features.
If I manually edit the .devcontainer.json to add the features I want, at the next devenv shell command, the file is overwritten and my changes lost
To reproduce
Add the line devcontainer.enable = true; to devenv.nix
run devenv shell to generate a default .devcontainer.json
Describe the bug I would like to create a devcontainer that uses features. If I manually edit the .devcontainer.json to add the features I want, at the next
devenv shell
command, the file is overwritten and my changes lostTo reproduce
devcontainer.enable = true;
to devenv.nixdevenv shell
to generate a default .devcontainer.jsondevenv shell
and see those changes lostVersion
devenv: 0.6.2