zeroc-ice / vscode-slice

Slice syntax highlighter for Visual Studio Code
BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Add Tracing to the Language Server #57

Open InsertCreativityHere opened 3 months ago

InsertCreativityHere commented 3 months ago

Currently, debugging the language server portion of the extension is painful, since we emit no tracing information, and (as stated in #19), most of the time we hit an error, we silently ignore it; not even a log message.

I think we should alter our approach here, and be more liberal with displaying information in the Output console. This isn't something the user will ever see anyways.