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
Hi guys, I have a question about how to send the "vscode.java.startDebugSession" to JDT Language Server.
I started the JDT Language Server successfully, and send the Initialize request to the server successfully. But I tried many ways to send the command to the server, but none of them works as expected.
As the document says, the LSP has three types of messages, they are Request, Response and Notification.
So the Command posted in README.md is a Request message? But what's the method of this request message?
Do you have any examples to show me the whole message sent to the LSP server?