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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: