been testing and searching the IDE for AEON and as there is guide to connect Vscode to distrobox i just dont like vscode and prefer more zed, but need to wait longer until it has all support so next option is back to jetbrains.
the thing is it cant conect to docker.sock/podman.sock and cant figure out the “hack” to fix that. I am using Flatpak version on IDEA ultimate and all the help would be so greatfull for gettinng this done.
reason i am doing this is to able connect on multiple containers when need not just install IDE on each one
here is the screenshots i remember year or so ago i got it working adding tcp API to podman if i remember it correct, but now i cant find where i did got the details to add podman to it. i assume that aeon default is using podman with distrobox and the key is to add podman API to enable TCP
i allso enable rootless systemctl --user enable --now podman.socket and export XDG_RUNTIME_DIR=/run/user/$UID/ so the podman socket is symloinked and working, but now i just need to find the path for tcp api to actualle enable the schema
edit got it connect to docker/podman now had to add TCP api path unix:///run/user/1000/podman/podman.sock now just need to somehow connect to distrobox containers