From c8a30807be4294571560b8efff56c7b94ea04578 Mon Sep 17 00:00:00 2001 From: just n Date: Wed, 24 Dec 2025 19:25:13 +0000 Subject: [PATCH] Delete .vscode/tasks.json --- .vscode/tasks.json | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .vscode/tasks.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index a2df1bd..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "build", - "command": "dotnet", - "type": "process", - "args": [ - "build", - "${workspaceFolder}/Chrobry.csproj", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "problemMatcher": "$msCompile" - }, - { - "label": "publish", - "command": "dotnet", - "type": "process", - "args": [ - "publish", - "${workspaceFolder}/Chrobry.csproj", - "/property:GenerateFullPaths=true", - "/consoleloggerparameters:NoSummary" - ], - "problemMatcher": "$msCompile" - }, - { - "label": "watch", - "command": "dotnet", - "type": "process", - "args": [ - "watch", - "run", - "--project", - "${workspaceFolder}/Chrobry.csproj" - ], - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file