sourcegraph / jetbrains

Apache License 2.0
53 stars 15 forks source link

bug: com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.source... #1376

Closed ceearrashee closed 3 months ago

ceearrashee commented 3 months ago

Cody Version

5.5.5

IDE Information

GoLand 2024.1 Build #GO-241.14494.238, built on March 28, 2024 Licensed to Yevhen Androsov Subscription is active until May 4, 2024. Runtime version: 17.0.10+8-b1207.12 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11.0 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 20 Registry: debugger.watches.in.variables=false debugger.new.tool.window.layout=true ide.completion.variant.limit=500 suggest.all.run.configurations.from.context=TRUE ide.experimental.ui=true ide.images.show.chessboard=true terminal.new.ui=true Non-Bundled Plugins: com.jetbrains.plugins.ini4idea (241.14494.240) com.intellij.datagen (241.14494.150) dev.turingcomplete.intellijdevelopertoolsplugins (4.2.0) MultiHighlight (3.1.0) com.jetbrains.space (241.14494.150) Rider UI Theme Pack (0.14.11) org.intellij.plugins.postcss (241.14494.155) org.turbanov.run.configuration.as.action (3.0) org.OverEngineer.InlineProblems (0.5.2) org.jetbrains.plugins.sass (241.14494.155) com.intellij.properties (241.14494.150) String Manipulation (9.12.0) com.github.nikolaikopernik.codecomplexity (1.5.0) com.intellij.plugins.github.colorscheme (241.14494.150) hunspell (241.14494.288) xyz.danizz.commit-message-wrapper-fixer (1.2) com.github.camork.fileExpander (2.5) com.wakatime.intellij.plugin (14.3.13) XPathView (241.14494.140) com.intellij.tasks (241.14494.150) com.intellij.tasks.timeTracking (241.14494.150) com.intellij.plugin.adernov.powershell (2.6.1) com.intellij.aqua (241.14494.288) com.intellij.mermaid (0.0.21+IJ.232) com.intellij.kubernetes (241.14494.150) com.intellij.laf.macos (241.14494.150) com.intellij.grazie.pro (0.3.300) com.intellij.ml.llm (241.14494.320) Dart (241.15845) com.github.copilot (1.5.2.5392-nightly) io.wisetime.plugins.window.branch (2.0.0) com.intellij.queryComplexity (241.14494.150) app.codepreview.plugin (1.2.1) NodeJS (241.14494.155) com.dmarcotte.handlebars (241.14494.150) me.mbolotov.cypress (1.6.2) tslint (241.14494.155) com.intellij.tide (241.14494.288) intellij.prettierJS (241.14494.155) Karma (241.14494.155) com.sourcegraph.jetbrains (5.5.5) com.intellij.jira (4.8.0) mobi.hsz.idea.gitignore (4.5.3) com.github.linwancen.drawgraph (1.13.2024.03.24_09.36) codiumai.codiumai (0.7.33) org.jetbrains.plugins.tinygo (0.5.13) com.github.dinbtechit.vscodetheme (1.10.10) com.ypwang.plugin.go-linter (1.6.6) cn.yiiguxing.plugin.translate (3.5.8) AngularJS (241.14494.155) dev.nx.console (1.21.0)

Describe the bug

N/A

Expected behavior

N/A

Additional context

Stacktrace:

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.sourcegraph.website.OpenRevisionAction' 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:199)
taylorsperry commented 3 months ago

closing in favor of https://github.com/sourcegraph/jetbrains/issues/1404