swift-uwp/.vscode/tasks.json
2024-02-15 17:14:48 -08:00

12 lines
271 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "Generate swift-uwp bindings",
"command": "${workspaceFolder:swift-uwp}/generate-bindings.ps1",
"problemMatcher": []
}
]
}