rust/crates/ra_lsp_server
Ville Penttinen e32462c6d5 Improve filtering of file roots
`ProjectWorkspace::to_roots` now returns a new `ProjectRoot` which contains
information regarding whether or not the given path is part of the current
workspace or an external dependency. This information can then be used in
`ra_batch` and `ra_lsp_server` to implement more advanced filtering. This allows
us to filter some unnecessary folders from external dependencies such as tests,
examples and benches.
2019-03-20 11:55:38 +02:00
..
src Improve filtering of file roots 2019-03-20 11:55:38 +02:00
tests/heavy_tests Fix test_missing_module_code_action_in_json_project on Windows 2019-03-07 19:27:06 +02:00
Cargo.toml Upgrade ra_vfs to use new Filtering 2019-03-18 20:53:08 +02:00