mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
Remove panic when guest attempts to go to definition
We'll implement this soon but want to merge something stable to main. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
19751e9200
commit
3ecb7e81f1
1 changed files with 2 additions and 1 deletions
|
@ -819,7 +819,8 @@ impl Project {
|
|||
Ok(definitions)
|
||||
})
|
||||
} else {
|
||||
todo!()
|
||||
log::info!("go to definition is not yet implemented for guests");
|
||||
Task::ready(Ok(Default::default()))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue