vscode-dev-containers icon indicating copy to clipboard operation
vscode-dev-containers copied to clipboard

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

Open 1openwindow opened this issue 3 years ago • 1 comments

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?

1openwindow avatar Nov 03 '22 09:11 1openwindow

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

Chuxel avatar Dec 10 '22 01:12 Chuxel