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