{ "version": "2.0.0", "tasks": [ { "type": "shell", "command": "dotnet build", "label": "Build API Server", "isBackground": true, "options": { "cwd": "${workspaceFolder}" }, "problemMatcher":{ "pattern": { "regexp": "^.*$", "file": 0, "location": 1, "message": 2 }, "background": { "activeOnStart": true, "beginsPattern": ".*", "endsPattern": "Compiled|Failed|compiled|failed|ready" } } } ] }