{ "version": "2.0.0", "tasks": [ { "label": "build-windows", "type": "shell", "command": ".\\build.bat build", "group": "build", "presentation": { "reveal": "always" }, "problemMatcher": [] }, { "label": "build-linux", "type": "shell", "command": "./build.sh build", "group": "build", "presentation": { "reveal": "always" }, "problemMatcher": [] } ] }