Closed
Description
Relevant code:
- https://github.com/rust-analyzer/rust-analyzer/blob/d1c1c01309cff76f6ba60c845500f67a1ca6cec6/crates/ra_ide/src/runnables.rs#L43 -- here we decide if there's a test under cursor
- https://github.com/rust-analyzer/rust-analyzer/blob/d1c1c01309cff76f6ba60c845500f67a1ca6cec6/crates/rust-analyzer/src/main_loop/handlers.rs#L377 -- here we convert "test under cursor" into json we send to LSP client
- https://github.com/rust-analyzer/rust-analyzer/blob/d1c1c01309cff76f6ba60c845500f67a1ca6cec6/editors/code/src/commands/runnables.ts#L9 -- here we run the actual tests