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