You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
554 B
JSON
20 lines
554 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
} |