File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
kotlin/cloud/skadi/gist/mps/plugin/config Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ val intellijVersion: String by project
1313val mpsVersion: String by project
1414val targetJvm: String by project
1515
16- version = " $intellijVersion .1 "
16+ version = " $intellijVersion .2 "
1717
1818dependencies {
1919 implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.0" )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments