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:
@@ -28,7 +28,7 @@ public class KotlinRunConfigurationType extends ConfigurationTypeBase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public KotlinRunConfigurationType() {
|
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));
|
addFactory(new KotlinRunConfigurationFactory(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user