Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devcontainer Support #620

Closed
twsl opened this issue Nov 14, 2021 · 2 comments · Fixed by #621
Closed

Devcontainer Support #620

twsl opened this issue Nov 14, 2021 · 2 comments · Fixed by #621
Assignees
Labels
enhancement New feature or request

Comments

@twsl
Copy link
Contributor

twsl commented Nov 14, 2021

🚀 Feature

Enable Devcontainers, for a standardized development environment and the option to use codespaces.

Motivation

I hate setting up dev environments, especially if I can mess up something at some point.

Pitch

Add Devcontainer files.

Alternatives

Keep it as is.

Additional context

@twsl twsl added the enhancement New feature or request label Nov 14, 2021
@twsl twsl mentioned this issue Nov 14, 2021
4 tasks
@Borda
Copy link
Member

Borda commented Nov 15, 2021

could you please link some best-practice or tutorial for new users on how to use codespaces

@twsl
Copy link
Contributor Author

twsl commented Nov 15, 2021

Devcontainers allow you to use docker containers to create reproducible development environments and removes the problems, that something doesn't run on your machine. Codespaces builds upon that and allows you to run a devcontainer on github, e.g. in case you want to edit something on the fly, but I'm not sure if it's still for free.
You just need VS Code and Docker and will be prompted to open the project in a devcontainer, when a configuration exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants