Describe the bug
Mac Only. Fail to go to definition unless open the lsp file with definition of function.
To Reproduce
Steps to reproduce the behavior:
Open folder in vscode. The folder includes a/a.lsp and b/b.lsp.
a.lsp defines function foo(), b.lsp invokes function (foo)
Ensure a.lsp is not opened in vscode
Expected behavior
(foo) in b.lsp could goto (defun foo) in a.lsp
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Mac OS X
Version 1.4
Additional context
Add any other context about the problem here.
Confirming that PR #167 resolves this. Here is a screenshot of what my interpretation of the issue stated would cause the problem, but with #167 loaded, I get the expected jump.
Describe the bug Mac Only. Fail to go to definition unless open the lsp file with definition of function. To Reproduce Steps to reproduce the behavior:
Expected behavior (foo) in b.lsp could goto (defun foo) in a.lsp
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.