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.
1 parent 536deb3 commit 8852e5dCopy full SHA for 8852e5d
crates/djls-workspace/src/document.rs
@@ -138,8 +138,6 @@ impl TextDocument {
138
}
139
140
/// Calculate byte offset from an LSP position using the given line index and text.
141
- ///
142
- /// This delegates to the encoding-aware conversion in `djls_source`.
143
fn calculate_offset(
144
line_index: &LineIndex,
145
position: Position,
0 commit comments