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.7k stars 1.41k forks source link

Display custom dev container in the configuration file list in local VS Code UI #1684

Open 1openwindow opened 1 year ago

1openwindow commented 1 year ago

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?

Chuxel commented 1 year ago

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:

  1. https://github.com/devcontainers/feature-starter
  2. https://github.com/devcontainers/template-starter