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
commit da964fae93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,7 +370,7 @@
},
// Difference settings for semantic_index
"semantic_index": {
"enabled": false
"enabled": true
},
// Settings specific to our elixir integration
"elixir": {