Hacker News new | ask | show | jobs
by apearson 471 days ago
DevContainers allow for setting up your IDE with extensions, rules, and other configuration. They also support Docker compose so migration shouldn't be that bad
1 comments

> DevContainers allow for setting up your IDE with extensions, rules, and other configuration.

Are people sharing their editor configs with this? I thought it was a way of getting a development environment setup, but those shouldn't have editor extensions and configuration.

Yes, certain extensions and settings (formatting) go along with setting up the dev environment:

https://containers.dev/supporting