If I run Python script in VS Code, I would like new window to open and script should run in it. The same way it works if you just open the file using Python from file explorer. As far as I know, VS Code provides only running the script in VS code terminal.
As an example, atom-python-run extension for Atom has the same behaviour. Is there any way to achieve this in VS Code?
