File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ package cc.unitmesh.devti
2
+
3
+ import com.intellij.ide.plugins.DynamicPluginListener
4
+ import com.intellij.ide.plugins.IdeaPluginDescriptor
5
+
6
+ class AutoDevUnloadListener : DynamicPluginListener {
7
+ override fun beforePluginUnload (pluginDescriptor : IdeaPluginDescriptor , isUpdate : Boolean ) {
8
+
9
+ }
10
+ }
Original file line number Diff line number Diff line change 139
139
dynamic =" true" />
140
140
</extensionPoints >
141
141
142
+ <applicationListeners >
143
+ <listener topic =" com.intellij.ide.plugins.DynamicPluginListener"
144
+ class =" cc.unitmesh.devti.AutoDevUnloadListener" />
145
+ </applicationListeners >
146
+
142
147
<extensions defaultExtensionNs =" cc.unitmesh" >
143
148
<autoDevIntention >
144
149
<className >cc.unitmesh.devti.intentions.action.NewChatWithCodeIntention</className >
You can’t perform that action at this time.
0 commit comments