object88 / langd

A Language Server Protocol implementation in Go for Go
MIT License
7 stars 0 forks source link

Stream trace messages from server to client #7

Closed object88 closed 6 years ago

object88 commented 6 years ago

(Given the appropriate client capabilities, etc.)

May still want to write out to a trace file somewhere for general logging?

object88 commented 6 years ago

Basic implementation done; trace messages can now be sent to client. Currently ignoring client capabilities.

Also could still use to configure where local tracing is writing out to (i.e., logfiles).