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 cquery, implementation of lsp, use ipc(stdin/out) within server side and client side.
This is a simple tool read cquery client from stdin and retransmit to cquery server by tcp stream.
There is a fork of cquery that support this feature.
About
adapter for cquery, translate stdin/out stream to tcp stream