nushell/crates/nu-lsp/src
Solomon c5a14bb8ff
check signals in nu-glob and ls (#15140)
Fixes #10144

# User-Facing Changes

Long running glob expansions and `ls` runs (e.g. `ls /**/*`) can now be
interrupted with ctrl-c.
2025-02-28 19:36:39 +01:00
..
ast.rs fix: new clippy warnings from rust 1.85.0 (#15203) 2025-02-27 14:11:47 +01: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 feat(lsp): hover on external command shows manpage (#15115) 2025-02-14 10:59:46 -06:00
lib.rs feat(lsp): semantic tokens for highlighting internal commands with spaces (#15173) 2025-02-25 07:14:48 -06:00
notification.rs feat(lsp): show value on hover for const variables and CellPaths (#14940) 2025-01-28 06:17:07 -06:00
semantic_tokens.rs feat(lsp): semantic tokens for highlighting internal commands with spaces (#15173) 2025-02-25 07:14:48 -06:00
symbols.rs feat(lsp): hover on external command shows manpage (#15115) 2025-02-14 10:59:46 -06:00
workspace.rs check signals in nu-glob and ls (#15140) 2025-02-28 19:36:39 +01:00