2024-02-15 17:18:14 -08:00

12 lines
291 B
JSON

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