docker-image icon indicating copy to clipboard operation
docker-image copied to clipboard

Make Developer Image conform to VSCode devcontainers

Open fkromer opened this issue 4 years ago • 1 comments

The IDE primarily used to develop Zephyr based applications seems to be VSCode. It would be great if you could provide the docker image "Developer Image" conform to the VSCode devcontainer format. VSCode devcontainers can be added to projects easily with reasonable preconfiguration of extensions, etc.

There is a Dockerfile template and a image template which can be used as boilerplate to get started. They are usually based on an alpine image or debian image. Dockerfile ARGs can be customized with a .devcontainer/devcontainer.json.

Reasonable VSCode extensions to include could be:

Potentially reasonable VSCode extensions to include could be:

Inspiration/references:

fkromer avatar Jul 22 '21 10:07 fkromer

this would be incredibly helpful for me. Right now I'm maintaining my own that is not very stable, it would be nice to have official support.

digiexchris avatar Jun 01 '24 22:06 digiexchris