Docker-build task missing?

I’m in the process of developing my own component for a Diematic boiler DeDietrich C230-eco

I had success in adding a new component and creating sensors. The work is going well in this regard.

I started today to add a custom component for the UI so I followed instructions to develop frontend components from here Frontend development | Home Assistant Developer Docs

I’ stuck in “The Home Assistant’s devcontainer needs to get rebuilt via the docker-build task,” I’ve read about the tasks and I see VS-Code shows this:


But when I select “docker-build” nothing happens and one message pops up

The translation is: docker-build tasks couldn’t be found!

So, I don’t know how to move on.

Any help will be appreciated!

Regards
Ignacio

I too cannot see the docker-build task, curious to know what I’ve missed out.

@ihr
Developing Home Assistant Core in a VSCode Devcontainer I found this link which seems to have worked for me. The trick was to rebuild the Dev Container for ha-core. You can do this by pressing F1 in VSCode whilst in the ha-core repo and selecting ‘Remote-Containers: Rebuild Container’. This worked for me. I verified it by opening the running Docker container on my PC and could see the frontend folder inside the workspaces directory. Hope this helps.