Hi, I followed the instructions in Set up Development Environment | Home Assistant Developer Docs and have vscode running hacore with devcontainers.
Now I wanted to follow the instructions in Creating your first integration | Home Assistant Developer Docs
However it is unclear how to run the
python3 -m script.scaffold integration
command. Just doing it in a terminal is not sufficient, I somehow need to enter the devcontainer first. Can I open a terminal within the devcontainer from vscode?
Thanks!