rust/crates/ra_lsp_server
Andrew Chin 8b1e667077 By default, log only to stderr, and not to disk.
This fixes a common problem when running under VS Code, the user
doesn't have permissions to create a `log` directory in the CWD.

The old behavior can be re-enabled by setting RA_INTERNAL_MODE=1
2018-12-17 17:22:30 -05:00
..
src By default, log only to stderr, and not to disk. 2018-12-17 17:22:30 -05:00
tests/heavy_tests Add test for code actions 2018-12-06 21:32:15 +01:00
Cargo.toml extract AtomEdit and Edit into new ra_text_edit crate 2018-12-10 22:09:12 +01:00