{ "version": "2.0.0", "command": "dotnet", "args": [], "tasks": [ { "label": "build", "type": "shell", "command": "dotnet", "args": [ "build", "${workspaceRoot}/pecklist.csproj" ], "problemMatcher": "$msCompile", "group": { "_id": "build", "isDefault": false } } ] }