Skip to content

Commit

Permalink
chore: register IdeLifeCycleListener
Browse files Browse the repository at this point in the history
  • Loading branch information
lauvsong committed Jan 14, 2024
1 parent 59af050 commit 975e38b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@
key="balloon"
/>
</extensions>

<applicationListeners>
<listener
topic="com.intellij.ide.AppLifecycleListener"
class="com.github.lauvsong.langcursor.IdeLifeCycleListener"
/>
</applicationListeners>
</idea-plugin>

0 comments on commit 975e38b

Please sign in to comment.