19 lines
423 B
JSON
19 lines
423 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"label": "gcc build active file",
|
|
"command": "/usr/bin/gcc",
|
|
"args": [
|
|
"-g",
|
|
"${file}",
|
|
"-o",
|
|
"${fileDirname}/${fileBasenameNoExtension}"
|
|
],
|
|
"options": {
|
|
"cwd": "/usr/bin"
|
|
}
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |