nushell/crates/nu-lsp/src
Ian Manske 7271ad7909
Pass Stack ref to Completer::fetch (#12783)
# Description
Adds an additional `&Stack` parameter to `Completer::fetch` so that the
completers don't have to store a `Stack` themselves. I also removed
unnecessary `EngineState`s from the completers, since the same
`EngineState` is available in the `working_set.permanent_state` also
passed to `Completer::fetch`.
2024-05-09 13:38:24 +08:00
..
diagnostics.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
lib.rs Pass Stack ref to Completer::fetch (#12783) 2024-05-09 13:38:24 +08:00
notification.rs improve nu --lsp command tooltips (#12589) 2024-04-20 07:16:38 -05:00