In https://github.com/phil/tmux-devcontainers/blob/main/scripts/helpers.sh#L46. We're only checking the most common location for `devcontainer.json`. We should also check for the other valid locations and follow https://containers.dev/implementors/spec/#devcontainerjson.
In https://github.com/phil/tmux-devcontainers/blob/main/scripts/helpers.sh#L46. We're only checking the most common location for
devcontainer.json. We should also check for the other valid locations and follow https://containers.dev/implementors/spec/#devcontainerjson.