nushell/crates/nu-lsp
Marc Schreiber 41119d3f88
Fix "Char index out of bounds" Error (#11526)
# Description

The code that converts Nushell's span into LSP line and character
indices accidentally treated the span as character indices while they
are byte indices. Fixes #11522.

# User-Facing Changes

None, just a bugfix.
2024-01-11 15:24:49 -06:00
..
src Fix "Char index out of bounds" Error (#11526) 2024-01-11 15:24:49 -06:00
Cargo.toml Bump to dev version 0.89.1 (#11513) 2024-01-11 00:19:21 +13:00
LICENSE Integrated Language Server (#10723) 2023-11-02 10:18:57 -05:00