Engine-Pong/.vscode/tasks.json
2025-05-27 11:36:37 +03:00

15 lines
198 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"command": "dotnet",
"args": [
"build"
],
"group": "build",
"problemMatcher": [],
"label": "build"
}
]
}