Skip to content

Commit

Permalink
Fixed plugin dissappearing on update by making it require restart. (#150
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aviramha authored Sep 14, 2023
1 parent a6e0109 commit 3378007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/+plugin-unloads.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed plugin dissappearing on update by making it require restart.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<!--suppress PluginXmlCapitalization -->
<idea-plugin>
<idea-plugin require-restart="true">
<id>com.metalbear.mirrord</id>
<name>mirrord</name>
<vendor email="[email protected]" url="https://metalbear.co/">MetalBear</vendor>
Expand Down

0 comments on commit 3378007

Please sign in to comment.