Skip to content

Commit

Permalink
Rename the tool window to Jarvis only
Browse files Browse the repository at this point in the history
  • Loading branch information
fmueller committed Apr 28, 2024
1 parent a74762d commit 9530922
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 @@ -9,6 +9,6 @@
<resource-bundle>messages.MyBundle</resource-bundle>

<extensions defaultExtensionNs="com.intellij">
<toolWindow factoryClass="com.github.fmueller.jarvis.toolWindow.ConversationWindowFactory" id="JarvisConversationWindow"/>
<toolWindow factoryClass="com.github.fmueller.jarvis.toolWindow.ConversationWindowFactory" id="Jarvis"/>
</extensions>
</idea-plugin>

0 comments on commit 9530922

Please sign in to comment.