16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Create project",
|
|
"type": "shell",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"windows": {
|
|
"command": "${workspaceRoot}\\create-project.ps1"
|
|
},
|
|
}
|
|
],
|
|
} |