lsp

Jo Øivind Gjernes 2024-08-08T08:15:57.746669Z

Recently, when i jump to definition, lsp takes me to target/….. instead of src/… bug, or config issue?

borkdude 2024-08-08T08:23:04.216469Z

Seems like a recurring bug ;)

Jo Øivind Gjernes 2024-08-08T09:05:20.613169Z

🙏 Thanks!

ericdallo 2024-08-08T12:48:12.367309Z

if you find a reliable way to repro LMK, there are people complaining about it from time to time but never there is a repo reproing the problem

❤️ 1
2024-08-08T14:45:24.338229Z

what's even funnier is that it'll "find" the file in target, and then when i go to it, it creates a new buffer (in nvim) because the file doesn't actually exist

ericdallo 2024-08-08T15:01:06.065809Z

but the file exists right? it generate content on target AFAIK