I'm trying to use a task, but could only find how to compile:
{
"version": "0.1.0",
"command": "g++",
"args": ["-Wall", "${file}"],
"showOutput": "always"
}
I'd also like to print input/output to console when the program is running.