I think I’ve found the answer, helped by this post: Problems setting up addons devcontainer - #10 by afiwube
I edited tasks.json;
"command": "supervisor_run",
replaced by
`“command”: “sudo chmod a+x /usr/bin/supervisor* && sudo -E supervisor_run”
and now it runs and I get the HA instance.