I am working with GitHub Copilot and PureScript.
By default, GitHub Copilot has a firewall, to prevent the Agent from reaching unknown destinations.
This firewall breaks spago build; Spago is unable to pull packages. Disabling the firewall fixes it.
The firewall’s allowlist can be customized: Customizing or disabling the firewall for GitHub Copilot coding agent - GitHub Docs
pursuit.purescript.org in the allowlist does not fix it. What else might I be missing? I have not bothered with github.com; I would think that is already included in the default allowlist…
Thanks