Change "Run python configuration" to not start Python Console by default

已回答

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?

3

Hi Alex,

You can do it by editing the Template of the run configuration:

1

Which you currently get to from the "Edit Configurations" dialog (it's a hyperlink at the bottom left of the "Edit Configurations" window). 

0

请先登录再写评论。