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
Now, whenever I try to open a rust file in the rust project, and type <leader>tT to run tests in the project, the neotest-golang plugin loads and it gives an error that it is unable to find a go.mod file. This only happens whenever I type <leader>tT while the noice lsp progress is showing. If I run the tests after everything is loaded then the tests work as expected.
However, <leader>tt works fine every time. I am unable to understand why this is happening as neotest-golang should load only when there is a go file.
The text was updated successfully, but these errors were encountered:
I have added these settings to lazy.lua file-
Now, whenever I try to open a rust file in the rust project, and type
<leader>tT
to run tests in the project, the neotest-golang plugin loads and it gives an error that it is unable to find a go.mod file. This only happens whenever I type<leader>tT
while the noice lsp progress is showing. If I run the tests after everything is loaded then the tests work as expected.However,
<leader>tt
works fine every time. I am unable to understand why this is happening as neotest-golang should load only when there is a go file.The text was updated successfully, but these errors were encountered: