How to permanently disable run.processes.with.pty in registry?
已回答
When I use run.processes.with.pty it always duplicates my input in the console which I don't why it happens. So I try to disable it but every time I load CLion back up it's enabled again. So how do I turn it off and get it to stay off?
请先登录再写评论。
Hi!
It's impossible to do in registry, but please try using the following way: https://youtrack.jetbrains.com/issue/CPP-8395#comment=27-1790313. Does that help?
Perfect, it worked. Thanks!