Skip to content

Commit 01f83f1

Browse files
committed
support plugin downgrade in ui versioning
1 parent 6b73d28 commit 01f83f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/updates/ui/UIVersioningService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class UIVersioningService(val cs: CoroutineScope) : DisposableAdaptor {
156156

157157
/*
158158
The following code is support for plugin downgrade.
159-
but we don't detect plugin downgrade we eep track of the plugin version that installed the current ui.
159+
but we don't detect plugin downgrade we keep track of the plugin version that installed the current ui.
160160
this service keeps track of the plugin version every time setCurrentUiVersion() is called.
161161
on startup , this code will check if the current plugin version is older than the plugin version that installed
162162
the current ui version, this definitely means that there was a plugin downgrade and we need to revert to the bundled ui.

0 commit comments

Comments
 (0)