mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 23:26:11 +02:00
# Description Fixes a bug introduced by #15188 # User-Facing Changes Before: <img width="216" alt="image" src="https://github.com/user-attachments/assets/5846a844-d88e-4d9f-b9e2-e2478c7acb37" /> And will crash the lsp server. After: <img width="454" alt="image" src="https://github.com/user-attachments/assets/85e727d6-fef5-426b-818c-e554d3c49c7d" /> # Tests + Formatting adjusted # After Submitting
Implementation of the Nushell language server.
See the Language Server Protocol specification
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.