Closed lfarkas closed 6 years ago
hi after i add php-debug to atom on my linux and i wanna test it so run:
# netstat -anp|grep 9000 tcp6 0 0 :::9000 :::* LISTEN 5718/electron --typ
and i see that atom only listen on ipv6 ip address but not ipv4. how can i assign ipv4 or eg 127.0.0.1 as an ip to listen on?
I am having exactly this issue, sadly. :(
This should have been resolve in 0.2.4 or 0.2.5
hi after i add php-debug to atom on my linux and i wanna test it so run:
and i see that atom only listen on ipv6 ip address but not ipv4. how can i assign ipv4 or eg 127.0.0.1 as an ip to listen on?