hdy.brackets-shell
hdy.brackets-shell copied to clipboard
Unable to type in shell when python program requires input
I recently found and installed this extension, and it was working great until I ran one of my python scripts. Since I am just starting with python, I made a Hello World type of program where it asked for your name, then says hello to you, using the name you entered. The problem is, when I run this script in your shell extension, I am unable to input my name when the script reaches the line with the python function "input" on it. If you could fix this, this would make it much easier to test my scripts (and for anyone else who has ran into this problem) without switching over to another separate shell.
Thanks, BurnE