How to run task in tasks.json · Issue #216 · formulahendry/vscode-code-runner

I write some C code, if I want to run the code, must compile files or make the project. So, I write the tasks.json. But, how to use task.json and set these dependsOn task in settings.json for code-...