sublimelsp / LSP-rust-analyzer

Convenience package for rust-analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clicking "Run test" should re-run the test if Terminus already open

rchl opened this issue · comments

Clicking "run test" code lens opens Terminus panel and runs the test but clicking it again when Terminus panel is open doesn't do anything.

Clicking "run test" while Terminus is open should re-run the test in the same panel. Or if we can't do that, then we should close the existing panel and re-open it.

This is actually a bug in LSP (or core even).

I guess we could use make_command_link from LSP.core.views ?

Nice, did not recall that we made a workaround for this specific issue.