rust/crates/rust-analyzer
Lukas Wirth 6a1737242b Don't switch workspace on vfs file changes from libraries
When r-a starts up, it starts switching the workspace before all vfs
events have been processed which causes us to switch workspace multiple
times until all vfs changes have been processed. This scales with the
size of the project and its dependencies. If workspace files from
dependencies as well as the sysroot get loaded, we shouldn't switch
the workspace as those have no impact on the project workspace.
2022-08-05 12:06:42 +02:00
..
src Don't switch workspace on vfs file changes from libraries 2022-08-05 12:06:42 +02:00
tests/slow-tests Move cfg attrs up to the mod definitions to disable sourcegen 2022-07-24 10:38:34 +02:00
build.rs Fix typo in build.rs 2022-06-26 10:09:45 +00:00
Cargo.toml Disable all source-gen tests at compile time 2022-07-24 10:38:28 +02:00