Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename setConfigFilePath() to withConfigFilePath() #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

illarionov
Copy link
Contributor

YamlConfigModel.setConfigFilePath() переименован в YamlConfigModel.withConfigFilePath().

Должно исправить иногда возникающие без причины ошибки "Geminio's config is not valid (may be not configured at all)".

Десериализатор, используемый в PersistentStateComponent для чтения сохраненных настроек из .idea/geminio_plugin_settings.xml, основан на рефлексии, и он иногда путает сеттер свойства var configFilePath с этим методом setConfigFilePath(), в результате значение для configFilePath уходит в пустоту.
Так как правильное значение поля не восстановлено, пользователь получает ошибку "Geminio's config is not valid", а в настройках это поле становится пустым.

Fixes occasional "Geminio's config is not valid" error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant