microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.72k stars 1.4k forks source link

Visibility? #1667

Open eitsupi opened 1 year ago

eitsupi commented 1 year ago

I believe the templates have been released from this repository, but I can't seem to see them?

joshspicer commented 1 year ago

I went through and made sure that all the templates are marked as public, although I still don't seem showing up on the sidebar in the vscode-dev-containers repo 🤔

Are you able to see them here marked as public? https://github.com/orgs/microsoft/packages?visibility=public&tab=packages&visibility=public&q=vscode-dev-containers

eitsupi commented 1 year ago

Thanks for your reply.

Are you able to see them here marked as public? github.com/orgs/microsoft/packages?visibility=public&tab=packages&visibility=public&q=vscode-dev-containers

Yes, this appears to be visible even if I am not logged in.

Could it be a GitHub bug that is not showing up in the sidebar? (Or is the repository from which they are generated from not being recognized correctly?)

joshspicer commented 1 year ago

It appears to be appropriately linked (which is done automatically via the actions GITHUB_TOKEN on publish)

image

I may need to follow up with the packages team and see if there's anything I need to do on my end. Thanks for raising!