fix: build task

This commit is contained in:
Syntriax 2025-05-27 11:36:37 +03:00
parent d0ef2ef224
commit da284eda95

6
.vscode/tasks.json vendored
View File

@ -2,8 +2,10 @@
"version": "2.0.0", "version": "2.0.0",
"tasks": [ "tasks": [
{ {
"type": "dotnet", "command": "dotnet",
"task": "build", "args": [
"build"
],
"group": "build", "group": "build",
"problemMatcher": [], "problemMatcher": [],
"label": "build" "label": "build"