mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Drag detached files towards loading
This commit is contained in:
parent
695569d978
commit
de090749d9
6 changed files with 83 additions and 11 deletions
|
@ -312,6 +312,7 @@ impl GlobalStateSnapshot {
|
|||
cargo.target_by_root(&path).map(|it| (cargo, it))
|
||||
}
|
||||
ProjectWorkspace::Json { .. } => None,
|
||||
ProjectWorkspace::DetachedFiles { .. } => None,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue