{ "version": "2.0.0", "tasks": [ { "label": "build", "type": "process", "command": "dotnet", "args": [ "build", "${workspaceFolder}/API.User.csproj" ], "group": { "kind": "build", "isDefault": true }, "problemMatcher": "$msCompile" } ] }