{ "version": "2.0.0", "tasks": [ { "label": "Compile", "type": "shell", "command": "meson compile -C build" }, { "label": "Run", "type": "shell", "command": "build/evk.exe" }, { "label": "Test", "type": "shell", "command": "echo \"Hi Bye\"" } ] }