OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
12 stars 24 forks source link

Override AnAction.getActionUpdateThread() as required by IntelliJ. #734

Closed mrglavas closed 5 months ago

mrglavas commented 5 months ago

Resolves https://github.com/OpenLiberty/liberty-tools-intellij/issues/720. Schedule Liberty actions to run on the EDT. This is effectively the same as the default OLD_EDT which is deprecated.