Darren Schroeder

Results 2077 comments of Darren Schroeder

I like what you did with the errors but it's still showing multiple `Nushell Language Servers` on startup for `extension`. ![image](https://github.com/nushell/vscode-nushell-lang/assets/343840/8b5a8dc4-694f-480d-abeb-83ec0f45fe44) Once I switch to `nuls` I see two with...

I really think the key is to remove your node_modules folders and do a `npm install`. once i did that, weirdness was allowed. 😆 Just to be clear, we'll only...

@schrieveslaach Now that we landed your PR https://github.com/nushell/nushell/pull/10723, I've started playing here with it to see how things are going. Good news is that since @jokeyrhyme already programmed this PR...

> @fdncred, speaking of “to show”: if you want I could provide some GIF recording of Nushell in Neovim if you want to include it in the release blog post....

This PR only needs to support 2 lsps now. `nu --lsp` and `nu --ide-*` and not `nuls`. So, it needs to be refactored to only do those 2. You should...

I'd like to have the functionality of switching between the two lsps until nu-lsp overtakes nu --ide-* in functionality and stability. This PR isn't far from landing. We just need...

@jzaefferer Try [this](https://mybinder.org/v2/gh/nushell/nu_jupyter/9a63c400f2e837b4a5c5b9d9ea84310acc22e768). Once it starts click on the `Notebook-v0.14.ipynb` file. The you can see the `md` stored in the notebook as well as execute the old commands in there...

@knoopx After a quick read through, this is a summary of some (hopefully most) of the changes I see. Any 1 these could be 1 PR but having them all...

Does it matter? Feel free to submit a PR to change it if it does.

I also noticed that some things don't look quite right. Markdown ![image](https://github.com/nushell/nushell.github.io/assets/343840/02360392-73db-44b4-a5ad-d1a98747262f) Nushell Tables ![image](https://github.com/nushell/nushell.github.io/assets/343840/db649bb7-02cd-4e43-9cf6-8c9192f334d0) Command Reference is really slow. Maybe should be broken up by letter than having one...