nushell/crates/nu-lsp/src
zc he c6fc6bd5a7
fix(lsp): inlay hints span issue with user config scripts (#15071)
# Description

Fixes this:

![image](https://github.com/user-attachments/assets/98b523dd-df30-4e85-b069-20aaad0d9bf5)

# User-Facing Changes

# Tests + Formatting

I can't figure out how to test this atm.
Happy to do it if someone show me some hints how.

# After Submitting
2025-02-10 16:15:03 +01:00
..
ast.rs refactor(completion): AST traverse to find the inner-most expression to complete (#14973) 2025-02-06 06:49:13 -06:00
diagnostics.rs feat(lsp): better completion item documentation (#14905) 2025-01-24 06:44:55 -06:00
goto.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00
hints.rs fix(lsp): inlay hints span issue with user config scripts (#15071) 2025-02-10 16:15:03 +01:00
lib.rs fix(lsp): exit on null root_dir (#15051) 2025-02-08 06:49:38 -06:00
notification.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00
symbols.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00
workspace.rs fix(lsp): exit on null root_dir (#15051) 2025-02-08 06:49:38 -06:00