mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[intellij-sh] IDEA-215998 Add missing space in Run Anything dialog
GitOrigin-RevId: 6b32d87361a8d90c5e5b4d5174cd3f63e419ca33
This commit is contained in:
committed by
intellij-monorepo-bot
parent
058a1b1193
commit
664f02c0f8
@@ -11,7 +11,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class ShConfigurationType extends SimpleConfigurationType {
|
||||
public ShConfigurationType() {
|
||||
super("ShConfigurationType", ShLanguage.INSTANCE.getID(), ShLanguage.INSTANCE.getID() + "configuration",
|
||||
super("ShConfigurationType", ShLanguage.INSTANCE.getID(), ShLanguage.INSTANCE.getID() + " configuration",
|
||||
NotNullLazyValue.createValue(() -> SHIcons.ShFile));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user