Skip to content

[Question]How to send the "vscode.java.startDebugSession" command to jdt.ls #547

@luozhouyang

Description

@luozhouyang

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?

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