ensure semantic search is not enabled on stable

This commit is contained in:
KCaverly 2023-07-26 10:22:33 -04:00
parent 394a105639
commit 0b61c93a25

View File

@ -189,6 +189,7 @@ impl SemanticIndex {
pub fn enabled(cx: &AppContext) -> bool {
settings::get::<SemanticIndexSettings>(cx).enabled
&& *RELEASE_CHANNEL != ReleaseChannel::Stable
}
async fn new(