Revert "Avoid run DefinitionsCollectorBackgroundTask on AWT in tests"
This reverts commit 52cc7aa1
This commit is contained in:
@@ -72,8 +72,6 @@ abstract class AsyncScriptDefinitionsContributor(protected val project: Project)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun isHeadless(): Boolean = false
|
|
||||||
|
|
||||||
override fun run(indicator: ProgressIndicator) {
|
override fun run(indicator: ProgressIndicator) {
|
||||||
while (true) {
|
while (true) {
|
||||||
if (indicator.isCanceled || !shouldStartNewUpdate) {
|
if (indicator.isCanceled || !shouldStartNewUpdate) {
|
||||||
|
|||||||
Reference in New Issue
Block a user