{ "version": "2.0.0", "command": "dotnet", "tasks": [ { "label": "build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/Chloe.Admin/Chloe.Admin.csproj" ], "problemMatcher": "$msCompile" } ] }