diff options
Diffstat (limited to 'crates/ra_vfs/src/lib.rs')
-rw-r--r-- | crates/ra_vfs/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_vfs/src/lib.rs b/crates/ra_vfs/src/lib.rs index f698e3e86..48a46d210 100644 --- a/crates/ra_vfs/src/lib.rs +++ b/crates/ra_vfs/src/lib.rs | |||
@@ -266,6 +266,7 @@ impl Vfs { | |||
266 | if let Some(file) = file { | 266 | if let Some(file) = file { |
267 | if self.files[file].is_overlayed { | 267 | if self.files[file].is_overlayed { |
268 | // file is overlayed | 268 | // file is overlayed |
269 | log::debug!("skipping overlayed \"{}\"", path.display()); | ||
269 | return false; | 270 | return false; |
270 | } | 271 | } |
271 | } | 272 | } |