Enable semantic_index by default (#3061)
Release Notes: - Enabled the `semantic_index` setting by default.
This commit is contained in:
@@ -370,7 +370,7 @@
|
||||
},
|
||||
// Difference settings for semantic_index
|
||||
"semantic_index": {
|
||||
"enabled": false
|
||||
"enabled": true
|
||||
},
|
||||
// Settings specific to our elixir integration
|
||||
"elixir": {
|
||||
|
||||
Reference in New Issue
Block a user