vscode-nushell-lang
vscode-nushell-lang copied to clipboard
A Nushell grammar for Visual Studio Code with IDE support
...or can we at least have an option to do it without hiding it for all other cases. I personally get confused seeing double when I choose to explicitly annotate...
- relates to #117 - adds a new "implementation" setting: extension, `nu --lsp`, or `lsp` - "extension" is the default, and uses the existing TypeScript->`nu --ide-...` implementation embedded in this...
WIP
#77 introduced a custom file icon. Although neat it overrides file icon themes by default. [AFAIK the only way](https://code.visualstudio.com/updates/v1_64#_language-default-icons) to prevent that behavior is to add `showLanguageModeIcons: false ` (like...
Talking in Discord, it was brought up that it would be cool if vscode's Outline feature were hooked up. I agree.  Anyone interested in implementing this? I'm just guessing,...
Type: Bug When the extension is enabled selecting "Tasks: Run Task" from the command palette does nothing instead of bringing up the list of tasks to choose from. Extension version:...
Currently, I'm using VSCodium, an alternative build of the VS Code open-source repo, but Codium by default can only download extensions hosted on the [Open VSX Registry](https://open-vsx.org/). If possible, I'd...
I see that "Go to definition" works for used commands, but not for the the use statement. For example: ``` use ../hello.nu hello def main [] { hello } ```...
In noticed this while looking at the winget completions in the nu_scripts repo.  But further down in the file, this function exists 
While editing a file (`ci\build.nu`), I get the following error: ``` [Error - 1:09:34 PM] Request textDocument/definition failed. Message: Request textDocument/definition failed with message: ENOENT: no such file or directory,...