Revert old id for run configurations (KT-20621)

Currently there's no way for smooth IDs migration.

 #KT-20621 Fixed
This commit is contained in:
Nikolay Krasko
2017-10-11 20:09:06 +03:00
parent bc6f2f6659
commit bab79e86d6
@@ -28,7 +28,7 @@ public class KotlinRunConfigurationType extends ConfigurationTypeBase {
}
public KotlinRunConfigurationType() {
super("KotlinRunConfigurationType", KotlinLanguage.NAME, KotlinLanguage.NAME, KotlinIcons.SMALL_LOGO_13);
super("JetRunConfigurationType", KotlinLanguage.NAME, KotlinLanguage.NAME, KotlinIcons.SMALL_LOGO_13);
addFactory(new KotlinRunConfigurationFactory(this));
}