Skip to content

Commit

Permalink
Fix the "No display name is specified' error
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Aug 3, 2023
1 parent 89e9f9a commit 0fbdcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/src/META-INF/blaze-base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<projectService serviceImplementation="com.google.idea.blaze.base.ui.problems.BuildTasksProblemsView"/>

<applicationConfigurable instance="com.google.idea.blaze.base.settings.ui.BlazeUserSettingsCompositeConfigurable"
id ="blaze.view" />
id ="blaze.view" displayName="Bazel Settings"/>
<search.optionContributor implementation="com.google.idea.blaze.base.settings.ui.BlazeUserSettingsCompositeConfigurable$BlazeUserSettingsSearchableOptionContributor"/>

<projectService serviceImplementation="com.google.idea.blaze.base.build.BlazeBuildService"/>
Expand Down

0 comments on commit 0fbdcc4

Please sign in to comment.