mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
Enable semantic_index by default (#3061)
Release Notes: - Enabled the `semantic_index` setting by default.
This commit is contained in:
commit
da964fae93
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@
|
||||||
},
|
},
|
||||||
// Difference settings for semantic_index
|
// Difference settings for semantic_index
|
||||||
"semantic_index": {
|
"semantic_index": {
|
||||||
"enabled": false
|
"enabled": true
|
||||||
},
|
},
|
||||||
// Settings specific to our elixir integration
|
// Settings specific to our elixir integration
|
||||||
"elixir": {
|
"elixir": {
|
||||||
|
|
Loading…
Reference in a new issue