Prevent PyCharm from launching in browser / new tab

I found several people who want PyCharm to open a browser / new tab every time you hit the start button.

Okay, I click frequently run

and already open the tabs that I need. Quite difficult to close new ones and I want to disable it. I have looked through all the menus and I cannot find the setting Run browser

that some people are talking about.

I also tried to disable all Django support for browsers in Settings -> Tools -> Browsers, but that didn't matter.

Versions:

  • PyCharm 2017.1.1
  • Python 3.5.x
  • Django 1.10
+3


source to share


1 answer


edit the launch options (right next to the play button at the top of the editor) and uncheck the box that says to open a new window on startup .... - @Joran Beasley P / s: just re-comment.



+1


source







All Articles