This change moves settings to be stored on disk in a new PackageSearchSettingsService. This service is responsible for managing options such as filtering for stable packages, installing repositories automatically, and keeping state for UI panel positions. This enables settings to be remembered across IDE restarts. Also, related code has been updated to switch from previous locations to use these persisted settings.
Implements PKGS-1423 Create storable settings
This change moves settings to be stored on disk in a new
PackageSearchSettingsService
. This service is responsible for managing options such as filtering for stable packages, installing repositories automatically, and keeping state for UI panel positions. This enables settings to be remembered across IDE restarts. Also, related code has been updated to switch from previous locations to use these persisted settings.