Display custom dev container in the configuration file list in local VS Code UI
Hi Team, I like to contribute a dev container definition by following this document: https://github.com/microsoft/vscode-dev-containers/blob/main/CONTRIBUTING.md#contributing-dev-container-definitions
This document clear teaches me how to create a dev container definition. But my question is how to make my own dev container visible in my local VS Code UI. I like to see my container in the container list if I execute "Dev Containers: Add Dev Container Configurate File" in VS Code, so that I can try the E2E UI flow before I really publish it. Any instruction?
The process of contributing templates and features has changed. You can now self-publish both rather than contributing to this repository.
Check out these two starter repositories to get going:
- https://github.com/devcontainers/feature-starter
- https://github.com/devcontainers/template-starter