Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2025-10-15-nushell_v0_108_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ The following commands will no longer raise ir-eval errors:

### Dotnu completion refactor, fixes path with space for both dotnu module path and external executable ([#16715]) [[toc](#table-of-contents)]

Module path completion for command `use`/`source` now behaviors in the same manner of basic file completion, which is less error prone when dealing with paths with spaces or other special characters.
Module path completion for commands `use`/`source` now behaves in the same manner as basic file completion, which is less error-prone when dealing with paths with spaces or other special characters.

Fixed the bug of empty result of external executable path completion at the head of a pipeline when the path prefix contains spaces.

Expand Down