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
This change adds support for CodeLenses that display the number of
references of a given function or cmdlet defined in a script file. The
actual implementation of this behavior is on the server side but we had
to write a LanguageClient middleware to translate the arguments of the
references command when it was sent from the server.
ResolvesPowerShell#507ResolvesPowerShell#827 (unrelated to CodeLenses but related to LanguageClient
output)
This is due to the LanguageClient creating an output channel when there's a server error. I need to disable that behavior.
The text was updated successfully, but these errors were encountered: