Open
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
mod1
[package]
name = "a"
[dependencies]
helloworld = "0.0.1"
[package]
name = "b"
[dependencies]
helloworld = "0.0.2"
In the IDE, lsp will use the same scope cache for a and b, and the version depends on which file is opened first.