You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: