You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if the problem in the subject is the reason why Jump to Definition and type hovers don't work, but it seemed plausible?
My stack project is in /Users/arya/unison, but the log below seems to be looking in /Users/arya/unison/yaks/haskeline, which is a sub-package.
Also, if I press the Stack Build button, it runs stack it in /Users/arya/unison/yaks/haskeline when I want it to be running in /Users/arya/unison (where my stack.yaml is; also the directory I opened in VS Code).
Thanks in advance!
[Extension Host] Trying new Intero for document /Users/arya/unison/parser-typechecker/src/Unison/Codebase/Causal2.hs and workDir /Users/arya/unison/yaks/haskeline/
---
workbench.main.js:1402 ERR Cannot read property 'slice' of null: TypeError: Cannot read property 'slice' of null
at InteroLocationDecoder.extractRange (/Users/arya/.vscode/extensions/ucl.haskelly-0.5.5/out/src/Providers/InteroLocationDecoder.js:24:13)
at InteroLocationDecoder.buildLocation (/Users/arya/.vscode/extensions/ucl.haskelly-0.5.5/out/src/Providers/InteroLocationDecoder.js:11:28)
at InteroLocationDecoder.decode (/Users/arya/.vscode/extensions/ucl.haskelly-0.5.5/out/src/Providers/InteroLocationDecoder.js:6:21)
at HaskellDefinitionProvider.<anonymous> (/Users/arya/.vscode/extensions/ucl.haskelly-0.5.5/out/src/Providers/Definition/index.js:24:47)
at Generator.next (<anonymous>)
at fulfilled (/Users/arya/.vscode/extensions/ucl.haskelly-0.5.5/out/src/Providers/Definition/index.js:4:58)
The text was updated successfully, but these errors were encountered:
Okay, here is the output of stack query; I guess getWorkDir should expect multiple matches in its regexp and choose the one that is a prefix of dirname(filepath)? I would try this, but I don't know how to install a custom build into VSCode.
Not sure if the problem in the subject is the reason why Jump to Definition and type hovers don't work, but it seemed plausible?
My stack project is in
/Users/arya/unison
, but the log below seems to be looking in/Users/arya/unison/yaks/haskeline
, which is a sub-package.Also, if I press the Stack Build button, it runs stack it in
/Users/arya/unison/yaks/haskeline
when I want it to be running in/Users/arya/unison
(where my stack.yaml is; also the directory I opened in VS Code).Thanks in advance!
The text was updated successfully, but these errors were encountered: