Nuacht

We have developed a vs code plugin which takes python file as an input, launches vs code, launch debugger in vs code instance and finally create launch.json. However, when "subProcess" : false in ...
Bug report Bug description: suppose I want to run a subprocess with piped stdin/stdout but let that process print to console using stderr (which is a common use pattern) currently in Popen there's no ...