2018
( ), clear , .
( + ):
{
"version": "2.0.0",
"tasks": [
{
"label": "[gcc] Build",
"type": "shell",
"command": "g++",
"args": [
"source.h",
"-Wall",
"-o",
"a.out"
],
"presentation": {
"clear": true
}
}
]
}
(: clearBeforeExecuting , -, clear).
clear_g++ :
#!/bin/bash
clear
exec g++ $*
command g++ clear_g++.
, .