Reputation: 9
I'm trying to setup c++ on vscode on mac. I'm using code runner to do it but by default its set to use the output tab rather than terminal, which you can't input anything into, but when I change the setting to run in terminal, it still runs in output.
"code-runner.runInTerminal": true,
Upvotes: 0
Views: 81