Skip to content

Commit

Permalink
feat: Add icon for Language Servers views
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr authored and fbricon committed Jul 10, 2023
1 parent 0f081b9 commit d40ca2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/lsp4ij.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<toolWindow id="Language Servers"
anchor="bottom"
factoryClass="com.redhat.devtools.intellij.lsp4ij.console.LSPConsoleToolWindowFactory"
canCloseContents="false" />
canCloseContents="false"
icon="AllIcons.Webreferences.Server"/>
</extensions>

<actions resource-bundle="messages.LanguageServerBundle">
Expand Down

0 comments on commit d40ca2f

Please sign in to comment.