Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 71 forks source link

Support for Visual Studio Code DevContainer #488

Closed EliiseS closed 3 years ago

EliiseS commented 3 years ago

Provide a .devcontainer folder in the source repository so that it makes it easier for contributors to get a working environment on their development machine. This would be a docker file with all the pre-requisites defined in it that could just be spun up when required. This would mean that the version of python and other libraries could be kept in step with the repo.

References https://code.visualstudio.com/docs/remote/containers

If you'd be willing to accept this, I'd be more than happy to create a PR for it.

marianan commented 3 years ago

Hello @EliiseS thanks for your suggestion. Please go ahead and create a PR if you have a working version of the devcontainer folder. We will help you review and merge it.

marianan commented 3 years ago

@EliiseS thanks for your contribution. Your PR has been successfully merged. I am closing this issue.