2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-20 09:04:21 +00:00
nushell/tests/fixtures/lsp
Marc Schreiber 41119d3f88
Fix "Char index out of bounds" Error ()
# 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 .

# User-Facing Changes

None, just a bugfix.
2024-01-11 15:24:49 -06:00
..
completion Fix "Char index out of bounds" Error () 2024-01-11 15:24:49 -06:00
diagnostics Implement LSP Text Document Synchronization () 2023-11-15 17:35:48 -06:00
goto Integrated Language Server () 2023-11-02 10:18:57 -05:00
hover Integrated Language Server () 2023-11-02 10:18:57 -05:00
notifications Fix "Char index out of bounds" Error () 2024-01-11 15:24:49 -06:00