Files
pghrt/.vscode/tasks.json
2025-10-11 12:44:14 -07:00

18 lines
427 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "pghrt: build",
"type": "shell",
"command": ".\\build.ps1",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}