mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-06-05 04:34:04 +02:00
[VIM-3620] Show the uninstall survey only when uninstalling IdeaVim
This commit is contained in:
parent
b652c7726a
commit
a2bc34d6ec
@ -51,7 +51,9 @@ internal class PluginStartup : ProjectActivity/*, LightEditCompatible*/ {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun uninstall(descriptor: IdeaPluginDescriptor) {
|
override fun uninstall(descriptor: IdeaPluginDescriptor) {
|
||||||
BrowserUtil.open("https://surveys.jetbrains.com/s3/ideavim-uninstall-feedback")
|
if (descriptor.pluginId == VimPlugin.getPluginId()) {
|
||||||
|
BrowserUtil.open("https://surveys.jetbrains.com/s3/ideavim-uninstall-feedback")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user