So I've recently set up Python inside Visual Studio Code, and I use an extention called Code Runner to execute the python. The onlyproblem is, it doesn't allow input into the terminal, so if I run code that includes the input function, the whole IDE freezes, no way to get out of it or re-run the code as it says its already running, and I have to restart the IDE.
Can anyone help with this?