You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent still supports the ConnectTo message, but the vim/neovim plugins no longer send it because we use the hole punching messages.
It may be useful to have a plugin binding that sends this message so we can establish a "direct connection" (e.g. for debugging or if your editing group members are all routable under a private network). This will also require the plugin to display the port number that it's listening on.
The text was updated successfully, but these errors were encountered:
The agent still supports the
ConnectTo
message, but the vim/neovim plugins no longer send it because we use the hole punching messages.It may be useful to have a plugin binding that sends this message so we can establish a "direct connection" (e.g. for debugging or if your editing group members are all routable under a private network). This will also require the plugin to display the port number that it's listening on.
The text was updated successfully, but these errors were encountered: