spcl / dace-vscode

Rich editor for SDFGs with included profiling and debugging, static analysis, and interactive optimization.
https://marketplace.visualstudio.com/items?itemName=phschaad.sdfv
BSD 3-Clause "New" or "Revised" License
18 stars 9 forks source link

Ensuring Daemon Editor are connected through Ipv6 #237

Closed philip-paul-mueller closed 11 months ago

philip-paul-mueller commented 11 months ago

On my machine (Manjaro) the connection between the daemon and the editor did not work. After some time I figured out that the daemon was listening on 127.0.0.1, while the editor was trying to connect to ::1, which did not work.

This PR fixes this by explicitly use ::1 for communication.