“Go to definition” is working fine in normal code base, but it’s just not working in tests. Here’s the error message:
<code>Error when executing textDocument/Definition : no package metadata for file file://.....
</code>
<code>Error when executing textDocument/Definition : no package metadata for file file://.....
</code>
Error when executing textDocument/Definition : no package metadata for file file://.....
I’m using vim-lspconfig and mason.nvim.
Any pointers?