In https://github.com/athal7/opencode-devcontainers/blob/main/plugin/core/devcontainer.js#L71 which is used to check if the devcontainers cli is available.
which is not available on Windows and so the devcontainers cli is never detected.
There is where available on Windows to do the same as which on Windows (https://www.shellhacks.com/windows-which-equivalent-cmd-powershell/).
In https://github.com/athal7/opencode-devcontainers/blob/main/plugin/core/devcontainer.js#L71
whichis used to check if thedevcontainerscli is available.whichis not available on Windows and so the devcontainers cli is never detected.There is
whereavailable on Windows to do the same as which on Windows (https://www.shellhacks.com/windows-which-equivalent-cmd-powershell/).