ensure semantic search is not enabled on stable
This commit is contained in:
parent
394a105639
commit
0b61c93a25
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ impl SemanticIndex {
|
|||
|
||||
pub fn enabled(cx: &AppContext) -> bool {
|
||||
settings::get::<SemanticIndexSettings>(cx).enabled
|
||||
&& *RELEASE_CHANNEL != ReleaseChannel::Stable
|
||||
}
|
||||
|
||||
async fn new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue