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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
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.