Skip to content

Commit 7ea6506

Browse files
committed
ide-plugin: fix ui deadlock on login
1 parent 9a47ad4 commit 7ea6506

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

ide-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val intellijVersion: String by project
1313
val mpsVersion: String by project
1414
val targetJvm: String by project
1515

16-
version = "$intellijVersion.1"
16+
version = "$intellijVersion.2"
1717

1818
dependencies {
1919
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0")

ide-plugin/src/main/kotlin/cloud/skadi/gist/mps/plugin/config/SkadiConfigurable.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ class SkadiConfigurable : BoundConfigurable("Skadi Gist") {
2828
settings.unregisterLoginListener(this)
2929
settings.registerLoginListener(this) {
3030
listeners.forEach { listener -> listener(it) }
31-
this.reset()
3231
}
3332
}
3433

ide-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a href="https://gist.skadi.cloud/how-to">here</a>.
1818
</p>
1919
]]></description>
20-
<change-notes>Initial release to marketplace.</change-notes>
20+
<change-notes>Fixed a deadlock in the UI when logging in.</change-notes>
2121

2222
<!-- please see https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html
2323
on how to target different products -->

0 commit comments

Comments
 (0)