I noticed that the features from collections that were added in _data/collection-index.yml in September (so starting with "Hauke's Features for Development Containers") are not listed on features page, and they don't appear in VS Code (for Dev Containers: Configure Container Features... command)
From my understanding the features are fetched from devcontainer-index.json file which is fetched during the page build step from image ghcr.io/devcontainers/index:latest. The last update of that image is from September 7th. I don't know where the image is build, so I don't know the process, but I assume that rebuilding the image and publishing it should update the devcontainer-index.json file, so fix the issue.
I noticed that the features from collections that were added in
_data/collection-index.ymlin September (so starting with "Hauke's Features for Development Containers") are not listed on features page, and they don't appear in VS Code (forDev Containers: Configure Container Features...command)From my understanding the features are fetched from
devcontainer-index.jsonfile which is fetched during the page build step from imageghcr.io/devcontainers/index:latest. The last update of that image is from September 7th. I don't know where the image is build, so I don't know the process, but I assume that rebuilding the image and publishing it should update thedevcontainer-index.jsonfile, so fix the issue.