I am experimenting with implementing a Language Server Hover Service and i stumbled over the definition of the Position Parameter in that service.
e.g. if i hover on (the middle of) the second character i get requested with Position {line: 0, character: 2}
although position says character is zero based
I am experimenting with implementing a Language Server Hover Service and i stumbled over the definition of the Position Parameter in that service.
e.g. if i hover on (the middle of) the second character i get requested with Position {line: 0, character: 2}
although position says character is zero based