Skip to content

Commit 19d4af4

Browse files
SvenShipatou
andauthored
fix: Fix the bug of Exception reporting when opening idea 2023.2 (#50)
* fix: Fix the bug of Exception reporting when opening idea 2023.2 * Update src/main/resources/META-INF/plugin.xml --------- Co-authored-by: Patrice De Saint Steban <[email protected]>
1 parent 0264d36 commit 19d4af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141

4242
<extensions defaultExtensionNs="com.intellij">
4343
<projectConfigurable instance="com.github.patou.gitmoji.GitMojiConfig" groupId="other"
44-
id="com.github.patou.gitmoji.config"/>
44+
id="com.github.patou.gitmoji.config" displayName="Gitmoji Plus: Commit Button"/>
4545
</extensions>
4646
</idea-plugin>

0 commit comments

Comments
 (0)