From 7b84077b92b788b5cf1d5ca9e3840b3765296aae Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Fri, 18 Aug 2023 16:41:27 -0400 Subject: [PATCH] docs: add to firewall section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5c14ab88..8a647b2b 100644 --- a/README.md +++ b/README.md @@ -144,3 +144,7 @@ Start the language server in TCP mode and connect to it with your editor, as des ### 4. Firewall Interference Sometimes, the firewall can interfere with the TCP mode. If you face connection issues, you might try turning off the firewall temporarily to see if it resolves the issue. + +This is usually a problem on macOS, as you should see a popup asking if `beam` and `epmd` can accept incoming connections (which you should click "yes"). + +In future version, we plan to sign and notarize the darwin binaries, which should avoid this popups and make this a non-issue.