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",
"tasks": [
{
"type": "dotnet",
"task": "build",
"command": "dotnet",
"args": [
"build"
],
"group": "build",
"problemMatcher": [],
"label": "build"