Closed gaetschwartz closed 1 year ago
oh, ya. that looks much better. thanks! i'll try to test and play with it later this afternoon!
I don't have a problem landing this but I think it's pinpointed another bug.
In this file, I can "Go To Definition" on line 40 with get-target-dependencies
but I can't do it on line 58 for find-deps
. There could be a bug in nushell or something else. If you have time, it would be a big help to figure out what's going on.
@fdncred Are you still experience this issue ? It works on my end ?
https://github.com/nushell/vscode-nushell-lang/assets/25441359/2b15357a-4714-47c4-8db5-913c9b8acd1e
It's working now because i fixed the script. If you change the line to the way it was when I reported it let deps = find-deps
it won't work. But if you make it let deps = (find-deps)
it works fine. The first way is invalid nushell even though our validator doesn't detect it.
Fixes #138