I started using Devcontainer in VS Code, I use a UBI9 base image. I wanted to have my extensions in the Devcontainer so I listed them in devcontainer.json. My host system is Rocky Linux 9.
For some reason when opening the container, not all listed extensions are installed, just about half of them.
For example CMake is not installed:
Even though it´s listed:
If I press Install in Dev Container, then the extension is installed without any issues.
I found this issue on github: https://github.com/microsoft/vscode-remote-release/issues/8097 but it´s says this issue has been fixed.