Skip to content

Commit

Permalink
Add explicit --upwards to "Run scene" feature (fixes #150)
Browse files Browse the repository at this point in the history
  • Loading branch information
exigow committed Aug 20, 2023
1 parent aaa7c37 commit 2bfc92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/run/RunConfigurationProducer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class RunConfigurationProducer : LazyRunConfigurationProducer<RunConfiguration>(
file.extension == "tscn" -> {
config.name = file.nameWithoutExtension
config.workingDirectory = file.parent.path
config.parameters = file.name
config.parameters = "--upwards ${file.name}"
return true
}

Expand Down

0 comments on commit 2bfc92a

Please sign in to comment.