Skip to content

Commit

Permalink
fix: enable displaying server status widget in statusbar (#104)
Browse files Browse the repository at this point in the history
LS server status widget stopped displaying in the last release of the
plugin. This change displays the server status widget once again.
  • Loading branch information
zzehring authored Sep 13, 2024
1 parent f8b8677 commit 9284ee8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
<lang.commenter
language="Jsonnet"
implementationClass="com.github.zzehring.intellijjsonnet.SimpleCommenter"/>

<!-- for displaying the statusbar icon -->
<statusBarWidgetFactory implementation="org.wso2.lsp4intellij.statusbar.LSPServerStatusWidgetFactory"
id="org.wso2.lsp4intellij.statusbar.LSPServerStatusWidgetFactory"
order="first" />
</extensions>

<applicationListeners>
Expand Down

0 comments on commit 9284ee8

Please sign in to comment.