Engine-Pong/Game/.vscode/tasks.json

16 lines
242 B
JSON
Raw Permalink Normal View History

2023-11-27 10:36:23 +03:00
{
"version": "2.0.0",
"tasks": [
{
"type": "dotnet",
"task": "build",
"problemMatcher": ["$msCompile"],
"group": {
"kind": "build",
"isDefault": true
},
"label": "build"
}
]
}