Change "Run python configuration" to not start Python Console by default
Answered
When I create a new python file and execute it (Ctrl-Shift-F10), the python console is always started. I first have to disable the execution of the console under "Edit Run/Debug configurations" -> "Execution" -> "Run with Python Console" for each file. How is it possible to change this default configuration, so that the console is never started?
Please sign in to leave a comment.
Hi Alex,
You can do it by editing the Template of the run configuration:
Which you currently get to from the "Edit Configurations" dialog (it's a hyperlink at the bottom left of the "Edit Configurations" window).