Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 1f4dddd

Browse files
author
Szymon Przebierowski
authored
JetBrains: remove icons from the groups (#55068)
remove icons from the groups as they're not supported and not consistent with the rest of the ui No update to the changelog because this doesn't change anything in our plugin ## Test plan - Green CI <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles -->
1 parent 4c8310e commit 1f4dddd

File tree

1 file changed

+2
-2
lines changed
  • client/jetbrains/src/main/resources/META-INF

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
<reference ref="cody.refreshCodyAppDetection"/>
197197
</group>
198198

199-
<group id="CodyEditorActions" icon="/icons/codyLogoSm.svg" popup="true" text="Cody"
199+
<group id="CodyEditorActions" popup="true" text="Cody"
200200
searchable="false" class="com.sourcegraph.cody.CodyActionGroup">
201201
<reference ref="cody.downloadAndInstallCodyAction"/>
202202
<reference ref="cody.runCodyAppAction"/>
@@ -210,7 +210,7 @@
210210
<add-to-group anchor="last" group-id="EditorPopupMenu"/>
211211
</group>
212212

213-
<group id="SourcegraphEditor" icon="/icons/sourcegraphLogo.svg" popup="true" text="Sourcegraph"
213+
<group id="SourcegraphEditor" popup="true" text="Sourcegraph"
214214
searchable="false">
215215
<reference ref="sourcegraph.openFindPopup"/>
216216
<reference ref="sourcegraph.searchSelection"/>

0 commit comments

Comments
 (0)