{ "version":"2.0.0", "tasks": [ { "label": "Build PlayGPT", "type": "shell", "command": "vcvars && run_remedy call build_desktop_debug.bat codegen", "problemMatcher": { "owner": "cpp", "pattern": { "regexp": "^(.*)\\(([0-9]*),*([0-9]*)\\) *: (.*)$", "file": 1, "line": 2, "column": 3, }, "fileLocation": "absolute" } } ] }