rust/crates/ra_lsp_server
bors[bot] e56072bfa3 Merge #500
500: Code lens support for running tests r=matklad a=kjeremy

Supports running individual and mod tests.

I feel like this kind of abuses the `Runnables` infrastructure but it works. Maybe later on down the line we should introduce a struct that is really just a tuple of binary, arguments, and environment and pass that back to the client instead. `run_single.ts` is just a paired down version of `runnables.ts` and there is duplication because I think run_single will probably change independent of runnables.

Co-authored-by: Jeremy A. Kolb <jkolb@ara.com>
Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
2019-01-12 18:56:11 +00:00
..
src Merge #500 2019-01-12 18:56:11 +00:00
tests/heavy_tests wire sysroot into crate graph 2019-01-11 00:51:34 +03:00
Cargo.toml force serde in ra_syntax 2019-01-11 13:21:18 +03:00