The "Extension Host Terminated Unexpectedly" may be caused by not enough memory in the container. For podman - simply stop the machine (podman machine stop), remove it (podman machine rm), and rerun it with more memory (podman machine init --memory 8192).
That worked for me. BTW the initial container start may take a while after those operations, but otherwise you should be good :)
The "Extension Host Terminated Unexpectedly" may be caused by not enough memory in the container. For podman - simply stop the machine (podman machine stop), remove it (podman machine rm), and rerun it with more memory (podman machine init --memory 8192).
That worked for me. BTW the initial container start may take a while after those operations, but otherwise you should be good :)