forked from 131/lab5_ivec
14 lines
182 B
JSON
14 lines
182 B
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"type": "shell",
|
||
|
|
"label": "C/C++: gcc build",
|
||
|
|
"command": "make",
|
||
|
|
"problemMatcher": [
|
||
|
|
"$gcc"
|
||
|
|
],
|
||
|
|
"group": "build",
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|