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
I've noticed the following behaviour with my rustaceanvim adapter:
:e foo.rs
:Neotest run" runs tests
:ebar.rs
:Neotest run" outputs No tests found
:w
:Neotest run" runs tests
It appears that, the positions for the previous buffer are cleared,
and not found in the update (possibly because there's no LSP client attached to the inactive buffer).
Would it be feasible to add a BufEnter autocmd that updates the positions for the current buffer, if there are none?
I've noticed the following behaviour with my rustaceanvim adapter:
It appears that, the positions for the previous buffer are cleared,
and not found in the update (possibly because there's no LSP client attached to the inactive buffer).
Would it be feasible to add a
BufEnter
autocmd that updates the positions for the current buffer, if there are none?neotest/lua/neotest/client/init.lua
Line 395 in 89a5b1f
The text was updated successfully, but these errors were encountered: