mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
ensure semantic search is not enabled on stable
This commit is contained in:
parent
394a105639
commit
0b61c93a25
@ -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…
Reference in New Issue
Block a user