diff --git a/plugins/ide-features-trainer/res/META-INF/plugin.xml b/plugins/ide-features-trainer/res/META-INF/plugin.xml index 850e78dfb7dc..0da2f2950160 100644 --- a/plugins/ide-features-trainer/res/META-INF/plugin.xml +++ b/plugins/ide-features-trainer/res/META-INF/plugin.xml @@ -189,8 +189,7 @@ - + { +internal class FeatureSuggesterSettings : PersistentStateComponent { var suggesters: MutableMap = run { val enabled = isSuggestersEnabledByDefault FeatureSuggester.suggesters.associate { internalId(it.id) to enabled }.toMutableMap() @@ -28,7 +28,7 @@ class FeatureSuggesterSettings : PersistentStateComponent = mutableMapOf() - // List of timestamps (millis) of the first IDE session start for the last days + // the list of timestamps (millis) of the first IDE session start for the last days private var workingDays: MutableList = mutableListOf() val isAnySuggesterEnabled: Boolean