Build task for vscode
parent
8561737c7e
commit
fc2c99c3c3
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue