mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[kotlin] skip build before run for kotlin scripts
^KTIJ-19022 Fixed IJ-CR-147605 GitOrigin-RevId: e6b9a60e303028677528ad02bebbe1e6c110d050
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e21d283581
commit
089f134c57
@@ -44,10 +44,6 @@ class KotlinStandaloneScriptRunConfiguration(
|
||||
) : KotlinRunConfiguration(name, JavaRunConfigurationModule(project, true), factory), CommonJavaRunConfigurationParameters,
|
||||
RefactoringListenerProvider {
|
||||
|
||||
init {
|
||||
beforeRunTasks = emptyList()
|
||||
}
|
||||
|
||||
/**
|
||||
* A path to the script file. Please use with caution!
|
||||
*
|
||||
@@ -69,6 +65,8 @@ class KotlinStandaloneScriptRunConfiguration(
|
||||
|
||||
override fun suggestedName() = filePath?.substringAfterLast('/')
|
||||
|
||||
override fun isBuildBeforeLaunchAddedByDefault(): Boolean = false
|
||||
|
||||
override fun getConfigurationEditor(): SettingsEditor<out RunConfiguration> {
|
||||
val group = SettingsEditorGroup<KotlinStandaloneScriptRunConfiguration>()
|
||||
group.addEditor(
|
||||
|
||||
Reference in New Issue
Block a user