nushell / nushell/vscode-nushell-lang
ENOENT: no such file or directory, open '<project>/source' Code: -32603
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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