nushell/tests/fixtures
zc he 24dba9dc53
fix(lsp): regression of semantic tokens of module-prefixed commands (#15603)
# 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
2025-04-19 06:02:49 -05:00
..
completions Remove trailing slash from symlink completion (issue #13275) (#14667) 2024-12-27 13:45:52 +02:00
cp use uutils/coreutils cp command in place of nushell's cp command (#10097) 2023-09-08 13:57:38 -05:00
dotnu_completions refactor(completion): flatten_shape -> expression for internal/external/operator (#15086) 2025-02-23 13:47:49 -05:00
eval Exit early when encountering parsing errors (#10213) 2023-09-05 14:36:37 +02:00
external_completions/path refactor(completion): flatten_shape -> expression for internal/external/operator (#15086) 2025-02-23 13:47:49 -05:00
formats Bump Calamine (#14403) 2024-11-21 20:31:14 +08:00
lsp fix(lsp): regression of semantic tokens of module-prefixed commands (#15603) 2025-04-19 06:02:49 -05:00
partial_completions Enable exact match behavior for any path with slashes (#15458) 2025-03-31 14:19:09 -04:00
quoted_completions fix(completion): more quoting for file_completion/directory_completion (#15299) 2025-03-15 15:17:59 +01:00