I have just installed and set up python in VS Code. I am using code-runner extension to run it but it runs in integrated terminal. I want it to run in external terminal. I know I have to place a statement in code-runner.executorMap because I did so for C and Cpp.
Although there is another solution to open external terminal and run the code there manually but I want to set up this thing with code-runner because it compiles and executes the code simply with ctrl + alt + N.
I looked for solution on google. I found a few but they were not working.