rust-analyzer/crates/vfs-notify
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
Cargo.toml Bump crossbeam-channel 2022-07-03 09:56:58 +03:00