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

12 lines
299 B
JSON

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