15 lines
353 B
JSON
15 lines
353 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "compileWithSteps",
|
|
"type": "shell",
|
|
"command": "SAVE_STEPS=1 ./src/main/c/compile.sh",
|
|
},
|
|
{
|
|
"label": "compileNoSteps",
|
|
"type": "shell",
|
|
"command": "SAVE_STEPS=0 ./src/main/c/compile.sh",
|
|
}
|
|
]
|
|
} |