Skip to content

signIn Request Documentation #7

Closed
@michaelstaszewski

Description

@michaelstaszewski

What is expected of the signIn request? I have sent an initialize request and then an initialized notification. When I send a signIn request I receive the following response. I did not see details about signIn in the docs. What is it expecting for params?

Request:

{"method":"signIn","id":"1","jsonrpc":"2.0"}

Response:

{
 "id": "1",
 "error": {
  "message": "Schema validation failed with the following errors:\n- : Expected object",
  "code": -32602
 },
 "jsonrpc": "2.0"
}

I am using the latest Copilot Language Server release.

"version": "1.279.0",
"nodeVersion": "18.5.0",
"name": "GitHub Copilot Language Server"

Thanks,
Michael

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