Aaron Willis
Results
1
issues of
Aaron Willis
The `docker exec` command in `open_shell_in_devcontainer.sh` currently execs as the default user for the image. https://github.com/arnaupv/nvim-devcontainer-cli/blob/8a6b8cdbbdf97de83274a97f6e6f053f047335cf/bin/open_shell_in_devcontainer.sh#L16 It should pull from the `remoteUser` specified in `devcontainer.json` and provide it as the...