Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions blog/2025-04-29-nushell_0_104_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
| [@WindSoilder](https://github.com/WindSoilder) | IR: allow subexpression with redirection. | [#15617](https://github.com/nushell/nushell/pull/15617) |
| [@blindFS](https://github.com/blindFS) | refactor: command identified by name instead of span content | [#15471](https://github.com/nushell/nushell/pull/15471) |
| [@blindFS](https://github.com/blindFS) | refactor(lsp): align markdown doc string with output of --help | [#15508](https://github.com/nushell/nushell/pull/15508) |
| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggetion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) |
| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggestion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) |
| [@blindFS](https://github.com/blindFS) | refactor(lsp): flat_map with mutable accumulator | [#15567](https://github.com/nushell/nushell/pull/15567) |
| [@cptpiepmatz](https://github.com/cptpiepmatz) | Add `--plugins` flag to `nu-std/testing.nu` | [#15552](https://github.com/nushell/nushell/pull/15552) |
| [@cptpiepmatz](https://github.com/cptpiepmatz) | Add `cat` and `get-content` to `open`'s search terms | [#15643](https://github.com/nushell/nushell/pull/15643) |
Expand Down Expand Up @@ -506,7 +506,7 @@ Thanks to all the contributors below for helping us solve issues, improve docume
| [@blindFS](https://github.com/blindFS) | fix(lsp): workspace wide ops may panic in certain conditions | [#15514](https://github.com/nushell/nushell/pull/15514) |
| [@blindFS](https://github.com/blindFS) | fix(lsp): parser_info based id detection for use/overlay keywords | [#15517](https://github.com/nushell/nushell/pull/15517) |
| [@blindFS](https://github.com/blindFS) | fix(lsp): several edge cases of inaccurate references | [#15523](https://github.com/nushell/nushell/pull/15523) |
| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggetion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) |
| [@blindFS](https://github.com/blindFS) | refactor(completion, lsp): include decl_id in suggestion_kind for later usage | [#15536](https://github.com/nushell/nushell/pull/15536) |
| [@blindFS](https://github.com/blindFS) | fix(lsp): more accurate command name highlight/rename | [#15540](https://github.com/nushell/nushell/pull/15540) |
| [@blindFS](https://github.com/blindFS) | fix(completion): quoted cell path completion | [#15546](https://github.com/nushell/nushell/pull/15546) |
| [@blindFS](https://github.com/blindFS) | refactor(lsp): flat_map with mutable accumulator | [#15567](https://github.com/nushell/nushell/pull/15567) |
Expand Down
5 changes: 4 additions & 1 deletion typos.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[files]
extend-exclude = ["pt-BR", "de", "ja", "es", "blog/202[0-3]*", "commands/", "fr"]
extend-exclude = ["pt-BR", "de", "ja", "es", "blog/202[0-4]*", "commands/", "fr", "blog/2025-03-1*"]

[default]
extend-ignore-identifiers-re = [
Expand All @@ -19,4 +19,7 @@ ons = "ons" # false positive in commands/docs/str_replace.md
optio = "optio" # false positive in cookbook/http.md
ratatui = "ratatui"
ws = "ws" # false positive in book/nushell_map.md
feeze = "feeze"
alues = "alues"
Flippin = "Flippin"