Skip to content

Commit

Permalink
Merge pull request #35 from AvaYnE2/main
Browse files Browse the repository at this point in the history
fix: Add text attribute to ReformatWithBiomeAction
  • Loading branch information
ematipico authored Feb 13, 2024
2 parents 64e056f + 9ed80dd commit 51ac65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
topic="com.intellij.openapi.vfs.newvfs.BulkFileListener"/>
</projectListeners>
<actions>
<action id="ReformatWithBiomeAction" class="com.github.biomejs.intellijbiome.actions.ReformatWithBiomeAction">
<action id="ReformatWithBiomeAction" text="Reformat with Biome" class="com.github.biomejs.intellijbiome.actions.ReformatWithBiomeAction">
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
<add-to-group group-id="ProjectViewPopupMenu" anchor="last"/>
<keyboard-shortcut keymap="$default" first-keystroke="ctrl alt shift P"/>
Expand Down

0 comments on commit 51ac65a

Please sign in to comment.