devcontainers / templates

Repository for Dev Container Templates that are managed by Dev Container spec maintainers. See https://github.com/devcontainers/template-starter to create your own!
https://containers.dev/templates
MIT License
873 stars 230 forks source link

Provide more context on tool-specific properties #186

Open alfredodeza opened 1 year ago

alfredodeza commented 1 year ago

Currently most (all?) templates provide an entry for customizations similar to:

    // Configure tool-specific properties.
    // "customizations": {},

But new users to Codespaces and devcontainers.json specifically, do not understand how to add an extension or how that looks like. It would be useful to have either a link to documentation or a sample ID for a VSCode extension that could be used (or both).

The feature of right-clicking an extension and selecting "add to devcontainer.json" is incredibly useful but hardly used because there isn't awareness.

This issue in particular is brought forward based on feedback from students while learning to use Devcontainers for the first time.

bamurtaugh commented 12 months ago

Thanks for opening this issue and sharing this feedback, @alfredodeza!

Please feel free to open a PR updating the comment for even just one of the templates, and we could discuss and iterate from there.