Skip to content

Use separate output channels for language server and extension #4169

@tsmaeder

Description

@tsmaeder

When I start a Java project, there are two output channels created:

  1. "Language Support for Java"
  2. "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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions