mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-20 22:34:06 +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) {
|
||||
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