Points are standard LSP objects with linecharacter field; this is the default
*)
| Offset
(*
Points are objects with only the offset
*)
| Full
(*
Points include / require line, character, and offset field
*)
Internally, Flèche always works with a point type which includes both line/column and offset information. However, this is beyond the LSP standard, so clients can configure the input / output behavior here