mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
Positions in the Language Server Protocol and Build Server Protocol are line/column-based instead of offset-based, so this is more convenient. Computing the line/column from the offset is possible but requires reading the source file.