vscode-nushell-lang icon indicating copy to clipboard operation
vscode-nushell-lang copied to clipboard

A Nushell grammar for Visual Studio Code with IDE support

Results 25 vscode-nushell-lang issues
Sort by recently updated
recently updated
newest added

...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...

#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. ![image](https://github.com/nushell/vscode-nushell-lang/assets/343840/d57df88a-5520-489b-9cf1-c6a04a4af709) Anyone interested in implementing this? I'm just guessing,...

good first issue

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. ![image](https://github.com/nushell/vscode-nushell-lang/assets/343840/fa67bd1b-9272-49c0-b963-80a413185fc3) But further down in the file, this function exists ![image](https://github.com/nushell/vscode-nushell-lang/assets/343840/6668ef91-91b3-4da8-9169-f61976920b3a)

bug

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,...