12 lines
299 B
JSON
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": []
|
|
}
|
|
]
|
|
}
|