nushell / nushell/vscode-nushell-lang

ENOENT: no such file or directory, open '<project>/source' Code: -32603

Open
#134 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Nushell
Stars
153
Forks
31
PR merge metrics
No merged PRs in 30d

Description

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, open '<my_project>\source'
  Code: -32603 

it seems to be looking for a source folder in the root of my directory. Am I missing something here ?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the textDocument/definition failure while editing ci\build.nu and start by tracing how the VS Code extension resolves the project path before opening \source. Done means the definition request no longer attempts to open a nonexistent source path, with the behavior verified against the reported scenario.

Written by the indexing model from the issue text.

Assessment

Tech stack
vscode
Domain
devtools
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.