Open KlusterMonkey opened 7 years ago
I’m in a semi-similar situation. I’m trying to run Java code which requires user input, but the script plugin doesn’t allow any input. It allows the code to run, but as soon as it needs user input, I’m stuck - because the script plugin does not allow user input.
I have the same problem as @KlusterMonkey. It's a pain to have to open terminal to get input working. VSCode's Python extension handles running files better imo, since it connects to whatever terminal you use (ex: I use zsh, and the terminal in VSCode has all my zsh settings applied.)
I think so Allow user input is very important
Will this issue ever be addressed?
Hello! So far I've been loving your plugin, however I find that when a python file requires input (eg input('example: ') the script will not run. This script is in the same folder as my other scripts which work well, and the input is the only major difference I can find with this script.