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)
|
Ok(definitions)
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
todo!()
|
log::info!("go to definition is not yet implemented for guests");
|
||||||
|
Task::ready(Ok(Default::default()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue