J-qak
J-qak
In my opition, multiple cursors should be handled individually, as if user would manually type on each cursor. It should be handled by order from top to bottom, as they...
Simple workaround for me is to use `podman machine ssh` command like this: ``` podman machine ssh "podman cp /mnt/c/dev/file.py container:/usr/src/app" ```
I can confirm I have same issue, this doesn't work right out of the box and I wasn't able to find many resources. Apparently only way is to introduce environmental...