Setup devcontainer

Hi,

I’m new to development in HA and I want to create my first integration to HACS. Trying to setup the .devcontainer (https://github.com/Limych/ha-blueprint) but I can’t access to the HA after setup. I am using Docker on Ubuntu to run the container and vscode to access the container. After setting up the container, the container in bridge mode. When I try to change to host mode I am getting error that the entry point already in use.

maybe anyone can help me to setup the environment Thanks!

Typically with devcontainer you just open the repo which contains a .devcontainer folder in vscode and vscode asks if you want to reopen it in a devcontainer. Then it sets up the container for you according to the configuration published by the author.

Is that not working for you? Perhaps there’s a bug in that repos devcontainer