mirror of
https://github.com/nushell/nushell.git
synced 2025-05-20 18:00:49 +02:00
# Description Fixes a regression caused by #15567, where I made the space detection in command names switched from `get_span_content` to `get_decl().name()`, which is slightly faster but it won't work in some cases: e.g. ```nushell use std/assert assert equal ``` Reverted in this PR. # User-Facing Changes None # Tests + Formatting Refined # After Submitting |
||
---|---|---|
.. | ||
ast.rs | ||
completion.rs | ||
diagnostics.rs | ||
goto.rs | ||
hints.rs | ||
hover.rs | ||
lib.rs | ||
notification.rs | ||
semantic_tokens.rs | ||
signature.rs | ||
symbols.rs | ||
workspace.rs |