cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

Watch LSP traffic between vscode-cquery and cquery server? #65

Closed HighCommander4 closed 5 years ago

HighCommander4 commented 5 years ago

Is there a place to watch the LSP traffic between vscode-cquery and the cquery server?

My recollection is that this used to be logged in the "cquery" output window, but it no longer is. The server doesn't log it either, only things like [e2e] Running textDocument/documentHighlight took 0.95ms.

jacobdufault commented 5 years ago

cquery --record <path> should do the trick

https://github.com/cquery-project/cquery/blob/master/src/command_line.cc#L69-L106