diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..aef0009 --- /dev/null +++ b/.vscode/tasks.json @@ -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, + } + } + } + ] +} \ No newline at end of file