nushell / nushell.github.io

Nushell's main website, blog, book, and more
https://www.nushell.sh/book/
MIT License
183 stars 431 forks source link

Fix issues with spans in the JSON examples in the plugin protocol reference #1265

Closed devyn closed 8 months ago

devyn commented 8 months ago

Noticed a few things that I didn't catch before after reading it again. "internal_span" was renamed to "span" in the serialized format but that isn't reflected in some of the JSON examples

And there was also one JSON example that was invalid because it didn't include the "start" and "end" keys

sholderbach commented 8 months ago

Thanks for all the work on the plugins!