Enable semantic_index by default (#3061)

Release Notes:

- Enabled the `semantic_index` setting by default.
This commit is contained in:
Joseph T. Lyons
2023-09-28 17:24:00 -04:00
committed by GitHub
+1 -1
View File
@@ -370,7 +370,7 @@
},
// Difference settings for semantic_index
"semantic_index": {
"enabled": false
"enabled": true
},
// Settings specific to our elixir integration
"elixir": {