{ "version": "0.1.0", "command": "dotnet", "isShellCommand": true, "args": [], "tasks": [ { "taskName": "build", "args": [ "${workspaceRoot}/Samples/Samples.csproj" ], "isBuildCommand": true, "problemMatcher": "$msCompile" } ] }