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
Is there any way with the current version of lsp4intellij to log input and output of the LSP server? I'm developing a new plugin with @pappleby and we wanted to see what's going in and out of the server to debug why things are not working.
Describe your problem(s)
Starting the language server fails to fully initialize despite working for other editors. We want to see if we can tell what exactly about the requests is failing Describe your solution(s)
An option to turn on debug logging to log to the plugin directory or somewhere in the project directory Suggested Labels (optional):
question, logging
The text was updated successfully, but these errors were encountered:
Description:
Is there any way with the current version of lsp4intellij to log input and output of the LSP server? I'm developing a new plugin with @pappleby and we wanted to see what's going in and out of the server to debug why things are not working.
Describe your problem(s)
Starting the language server fails to fully initialize despite working for other editors. We want to see if we can tell what exactly about the requests is failing
Describe your solution(s)
An option to turn on debug logging to log to the plugin directory or somewhere in the project directory
Suggested Labels (optional):
question, logging
The text was updated successfully, but these errors were encountered: