Skip to content

Commit

Permalink
fix: the id must be set in the plugin.xml before upload to jetbrains …
Browse files Browse the repository at this point in the history
…market

Signed-off-by: pytian <[email protected]>
  • Loading branch information
pytian committed Jan 3, 2024
1 parent 530c9ea commit ea49125
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 @@ -50,7 +50,7 @@

<statusBarWidgetFactory
implementation="dev.nocalhost.plugin.intellij.ui.SyncStatusWidgetFactory"
order="first"/>
order="first" id="Nocalhost Sync Status"/>
<errorHandler
implementation="dev.nocalhost.plugin.intellij.exception.report.NocalhostErrorReportSubmitter"/>

Expand Down

0 comments on commit ea49125

Please sign in to comment.