{ "version": "2.0.0", "tasks": [ { "label": "build", "command": "dotnet", "type": "process", "args": [ "build", "${fileDirname}/${relativeFileDirname}.csproj", //"${workspaceFolder}/NewRecordWith/NewRecordWith.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, ] }