GH-1557: enable hierarchical document symbols and workspace symbols from new index by default

This commit is contained in:
Martin Lippert
2025-05-05 08:52:24 +02:00
parent 23ddf88ae0
commit 6920439ba9
2 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ public class PrefsInitializer extends AbstractPreferenceInitializer {
preferenceStore.setDefault(Constants.PREF_CRON_INLAY_HINTS, true);
preferenceStore.setDefault(Constants.PREF_COMPLETION_JAVA_INJECT_BEAN, true);
preferenceStore.setDefault(Constants.PREF_BEANS_STRUCTURE_TREE, false);
preferenceStore.setDefault(Constants.PREF_SYMBOLS_FROM_NEW_INDEX, false);
preferenceStore.setDefault(Constants.PREF_SYMBOLS_FROM_NEW_INDEX, true);
}
}