VS Code Task Runner ⟶
This is a command-line tool to execute VS Code
tasks defined in the
.vscode/tasks.json
file. This allows you to write tasks once,
and be able to run them in your editor, and in CI/CD.
Basically, use .vscode/tasks.json
as a Makefile.