Files
2026-03-20 03:59:03 -03:00

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"
},
}
],
}