How do you get nimlangserver or nimlsp to work across both your src/ folder and tests/ folder in a nimble project? I have tried both with their latest release and just building their main branches off git. Each time I have tried them with neovim, vscode, and zed. I run into the same problem that the LSP cannot find references to my procs in my test folder. I removed the srcDir from my nimble project as well to try that and still no dice. Any ideas or is this a known issue (I tried finding something in Github issues, but didn't find anything)?