platformio / platformio-vscode-devcontainer

Visual Studio Code Development Container
Apache License 2.0
3 stars 2 forks source link

Visual Studio Code Development Container #1

Open fkromer opened 3 years ago

fkromer commented 3 years ago

Let's create a development container (https://github.com/microsoft/vscode-dev-containers) for Platform.io 🚀

A development container allows Linux, Mac and Windows users to run their development environment in a Docker container in a reproducible manner. This is a huge benefit for developers which are used to work on linux host machines usually (e.g. for developing embedded linux systems).

Inspiration:

fkromer commented 3 years ago

@ivankravets I've already worked a bit on it. Shall I make my it public that we can collaborate on it?

ivankravets commented 3 years ago

@fkromer, @NickVanderPyle, @LennartZebandt, Welcome with PR to this repository.

Thanks!

fkromer commented 3 years ago

@ivankravets My work in progress state lives here: https://github.com/fkromer/vscode-dev-containers/tree/platformio ATM that's everything I can contribute.