sourcegraph / jetbrains

Apache License 2.0
64 stars 20 forks source link

bug: com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'co (...) #830

Closed matheusmendesvila closed 7 months ago

matheusmendesvila commented 7 months ago

Plugin version: 5.3.27 IDE version: WS-241.9959.35 Stacktrace:

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.sourcegraph.cody.recipes.DownloadCodyAppAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.sourcegraph.jetbrains]
    at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
    at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
    at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
    at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
    at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:198)
pkukielka commented 7 months ago

I'm closing this one as we are already working on a fax for this bug as part of the https://github.com/sourcegraph/jetbrains/issues/610 It will be fixed in a release which will be available in a couple days from now.