How to show trace log in Client
Opened this issue · 1 comments
deanmaster commented
hello @llllvvuu ,
Where do i configure trace verbose in your plugin ? I would like to see all textdocument requests get sent so that I can develop my language server accordingly.
Thanks,
Tuan Do
llllvvuu commented
Good question @deanmaster. I have just added instructions for this to the README. I will share here as well:
You can enable tracing by adding "glspc.trace.server": "verbose"
to your settings.json
and then checking the "Generic LSP Client" output.
Please let me know if this solves your issue.
P.S. the client does not have a lot of functionality. Please let me know if there are any messages you would like client-side support for.
-llllvvuu