Enable semantic_index by default

This commit is contained in:
Joseph T. Lyons 2023-09-28 17:17:26 -04:00
parent 3cf7164a54
commit f965ee9b1b

View file

@ -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": {