Skip to content

Commit

Permalink
fix: fix typos for #183
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed May 8, 2024
1 parent eb55792 commit 562c868
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions exts/ext-git/src/main/resources/cc.unitmesh.git.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<plugin id="Git4Idea"/>
</dependencies>

<extensions defaultExtensionNs="cc.unitmesh">
<actions>
<action id="autodev.Vcs.CodeReview"
class="cc.unitmesh.git.actions.vcs.CodeReviewAction"
icon="cc.unitmesh.devti.AutoDevIcons.AI_COPILOT"
Expand All @@ -23,5 +23,6 @@
<add-to-group group-id="ChangesViewToolbar" anchor="last"/>
<add-to-group group-id="ChangesViewPopupMenu" relative-to-action="ChangesView.Revert" anchor="after"/>
</action>
</extensions>
</actions>
>
</idea-plugin>

0 comments on commit 562c868

Please sign in to comment.