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

[Feature] - Create Development Container #144

Open
wsciaroni opened this issue Feb 9, 2023 · 1 comment
Open

[Feature] - Create Development Container #144

wsciaroni opened this issue Feb 9, 2023 · 1 comment

Comments

@wsciaroni
Copy link

Background

One thing that makes every open-source application/library better is an easy development environment.

Through the use of official VS Code plugins it is possible to use containers as a local development platform hosting build tools and the code itself. This means that the only tools that need to be installed on a development machine are:

  • Visual Studio Code
  • VS Code - Remote Containers Extension
  • Docker runtime

Example

I have a very simple example of a .devcontainer in one of my repositories here.

@gcontini
Copy link
Member

gcontini commented Jan 6, 2024

I think it's a good idea... contributions accepted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants