We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8debdea + 6277711 commit bd07e42Copy full SHA for bd07e42
internal/ls/linemap.go
@@ -12,7 +12,7 @@ import (
12
type LSPLineStarts []core.TextPos
13
14
type LSPLineMap struct {
15
- LineStarts []core.TextPos
+ LineStarts LSPLineStarts
16
AsciiOnly bool // TODO(jakebailey): collect ascii-only info per line
17
}
18
0 commit comments