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