Skip to content

Commit

Permalink
Fix No display name is specified for configurable
Browse files Browse the repository at this point in the history
Summary: similar to previous diffs, fix this issue for all the other plugins

Reviewed By: payne911

Differential Revision: D47824335

fbshipit-source-id: 29159c3b20453d36d08b64259623b390e92788a7
  • Loading branch information
Ardavan Kalhori authored and facebook-github-bot committed Jul 27, 2023
1 parent be63736 commit 224bf06
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions litho-intellij-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,12 @@
enabledByDefault="true"
implementationClass="com.facebook.litho.intellij.inspections.UppercaseStatePropInspection"/>

<projectConfigurable parentId="tools" instance="com.facebook.litho.intellij.settings.AppSettingsController"
id="com.facebook.litho.intellij.settings.AppSettingsController" nonDefaultProject="false" />
<projectConfigurable
displayName="Litho"
parentId="tools"
instance="com.facebook.litho.intellij.settings.AppSettingsController"
id="com.facebook.litho.intellij.settings.AppSettingsController"
nonDefaultProject="false" />
<projectService serviceImplementation="com.facebook.litho.intellij.settings.AppSettingsState"/>
<projectService serviceImplementation="com.facebook.litho.intellij.toolwindows.ComponentStructureView"/>
<projectService serviceImplementation="com.facebook.litho.intellij.services.TemplateService"/>
Expand Down

0 comments on commit 224bf06

Please sign in to comment.