VHDL-LS / rust_hdl_vscode

VHDL Language Support for VSCode
MIT License
54 stars 17 forks source link

Add setting to enable tracing of language server requests #28

Closed MaximilianKoestler closed 4 years ago

MaximilianKoestler commented 4 years ago

This PR introduces a setting to trace language server requests (JSON) on a separate output channel.

Since this is already a feature in vscode-languageclient, it only requires an update of the dependencies and passing through the configuration switch.