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
[#104] Set --embed flag by default to avoid hanging on RPC calls (#161)
* [#104] Add --embed flag by default. Added option to disable this default behavior.
* Fix labeler to run on forks.
* Update Comment
---------
Co-authored-by: Justin M. Keyes <[email protected]>
cpos.logf("[go-client/nvim] Warning: '--embed' flag missing, appending by default. It enables RPC calls via stdin/stdout. To disable this behavior, add ChildProcessDisableEmbed(). More info: https://neovim.io/doc/user/starting.html#--embed")
209
+
cpos.args=append(cpos.args, "--embed")
210
+
return
211
+
}
212
+
}
213
+
190
214
// NewChildProcess returns a client connected to stdin and stdout of a new
0 commit comments