Closed
Description
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
Labels
No labels