17 lines
No EOL
252 B
JSON
17 lines
No EOL
252 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"label": "Run build script",
|
|
"command": "./build-all.ps1",
|
|
"options": {
|
|
"cwd": "${workspaceFolder}/c/"
|
|
},
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
}
|
|
]
|
|
} |