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
When I start a Java project, there are two output channels created:
"Language Support for Java"
"Language Support for Java (Syntax Server)
They both seem to collect output from whichever language server the extension starts. Since we can either have the "syntax server" or the "standard server" running, I'm not quite sure what we have two different channels. If we're mixing output from the extension itself with the output from the language server, I would not expect two different channels. If we have a separate channel for the extensions, I would expect only the relevant language server output channel to be created.