Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Support workspace/executeClientCommand #78

@BoykoAlex

Description

@BoykoAlex

JDT LS has LSP extension workspace/executeClientCommand. The command is sent as a request message to the client. The client executes the command.

This command is currently being used to communicate classpath entries from JDT LS to other LS requiring classpath data. The communication is done via workspace/executeCommand for client -> server communication and `workspace/executeClientCommand for server -> client communication. As the result JDT LS to LS "X" is done through the client using command registration and execution.

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