Replacement from DataSourceUiUtil.performAutoSyncTask
Answered
Now performAutoSyncTask in DataSourceUiUtil and DataSourceUtil deprecated and marked for removal. Any other suggestions on how to initiate a data source update from the plugin code?
Please sign in to leave a comment.
There is a coroutine version of this function that is better to be used
Alexander Kass , it seems that in the IntelliJ IDEA 2025.1 this coroutine is also deprecated, could you please assist with the replacement?
The function that I was talking about is
com.intellij.database.util.DataSourceUtilKt#performAutoIntrospection
That is ok
Which coroutine function was deprecated?