jokeyrhyme / nuls

Language Server Protocol implementation for nushell
MIT License
29 stars 1 forks source link

raise PR for vscode-nushell-lang to replace TS glue code with `nu --lsp` #9

Open jokeyrhyme opened 1 year ago

jokeyrhyme commented 1 year ago

From Discord: https://discord.com/channels/601130461678272522/1066353495638278194/1161785815710576700

we'd like to have nuls built into nushell. i'm guessing that probably means a nu-language-server crate in our main repo. we'd like to integrate more fully with nushell so that the language server doesn't have to shell out at all. it just accesses the functions that the --ide flags call. then we see it being run as nu --lsp. the key here is that people don't have to have any separate installs. if they have nushell, they have the language server. we're making this up as we go so who knows how that could change in the future.

jokeyrhyme commented 12 months ago

related: https://github.com/nushell/vscode-nushell-lang/pull/162